Closed
Description
🚀 Feature request
Description
npm supports a convention for quick setup of projects via npm init @scopename
- see https://docs.npmjs.com/cli/init
Describe the solution you'd like
Running the npm init @angular
command should be a shortcut for the ng new ...
process.