Skip to content

Commit d1cac32

Browse files
jesselpalmerfilipesilva
authored andcommitted
feat(@angular/cli): add n as new alias (#6494)
1 parent 1477cbc commit d1cac32

File tree

1 file changed

+1
-0
lines changed
  • packages/@angular/cli/commands

1 file changed

+1
-0
lines changed

packages/@angular/cli/commands/new.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const mkdir = denodeify(fs.mkdir);
1616

1717
const NewCommand = Command.extend({
1818
name: 'new',
19+
aliases: ['n'],
1920
description: `Creates a new directory and a new Angular app eg. "ng new [name]".`,
2021
works: 'outsideProject',
2122

0 commit comments

Comments
 (0)