-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Support npm init @angular shortcut #14292
Copy link
Copy link
Closed
Labels
area: @angular/clifeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authorsLabel to add when the not a sufficient number of votes or comments from unique authors
Milestone
Metadata
Metadata
Assignees
Labels
area: @angular/clifeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authorsLabel to add when the not a sufficient number of votes or comments from unique authors
Type
Fields
Give feedbackNo fields configured for issues without a type.
🚀 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.