Skip to content

Commit

Permalink
Merge pull request #140 from DevArvindsa/dev
Browse files Browse the repository at this point in the history
pull request to add default root path '.'
  • Loading branch information
jthake committed Feb 26, 2016
2 parents e47345f + adb1565 commit 7ffb178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = generators.Base.extend({
this.option('root-path', {
type: String,
desc: 'Relative path where the project should be created (blank = current directory)',
default: '.',
required: false
});

Expand Down

0 comments on commit 7ffb178

Please sign in to comment.