Skip to content

Commit

Permalink
Add directory option to ember addon
Browse files Browse the repository at this point in the history
Adds a direction option to `addon` command.
  • Loading branch information
Serabe committed Feb 18, 2016
1 parent 8d469ba commit 049edf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = NewCommand.extend({
{ name: 'skip-npm', type: Boolean, default: false, aliases: ['sn'] },
{ name: 'skip-bower', type: Boolean, default: false, aliases: ['sb'] },
{ name: 'skip-git', type: Boolean, default: false, aliases: ['sg'] },
{ name: 'directory', type: String , aliases: ['dir'] }
],

anonymousOptions: [
Expand Down

0 comments on commit 049edf8

Please sign in to comment.