diff --git a/packages/@angular/cli/commands/new.ts b/packages/@angular/cli/commands/new.ts index 02ff828c130b..e431ad83ebf1 100644 --- a/packages/@angular/cli/commands/new.ts +++ b/packages/@angular/cli/commands/new.ts @@ -16,6 +16,7 @@ const mkdir = denodeify(fs.mkdir); const NewCommand = Command.extend({ name: 'new', + aliases: ['n'], description: `Creates a new directory and a new Angular app eg. "ng new [name]".`, works: 'outsideProject',