ember-cli-addon-tests
ember-cli-addon-tests copied to clipboard
Support Yarn in place of NPM
trafficstars
Starting with [email protected], you can use Yarn instead of NPM when doing installs. We should explore supporting this as it could potentially provide a large speed up.
Potential API for this could be: app.create('name', { yarn: true });