We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
new
1 parent 8397c93 commit d4bb6efCopy full SHA for d4bb6ef
packages/@angular/cli/commands/new.ts
@@ -16,6 +16,7 @@ const mkdir = denodeify(fs.mkdir);
16
17
const NewCommand = Command.extend({
18
name: 'new',
19
+ aliases: ['n'],
20
description: `Creates a new directory and a new Angular app eg. "ng new [name]".`,
21
works: 'outsideProject',
22
0 commit comments