🚀 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.
🚀 Feature request
Description
npm supports a convention for quick setup of projects via
npm init @scopename- see https://docs.npmjs.com/cli/initDescribe the solution you'd like
Running the
npm init @angularcommand should be a shortcut for theng new ...process.