Skip to content

Commit

Permalink
feat(@angular/cli): add n as new alias (#6494)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesselpalmer authored and filipesilva committed Jun 1, 2017
1 parent 1477cbc commit d1cac32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@angular/cli/commands/new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit d1cac32

Please sign in to comment.