Implementing --appPath option to scaffold into custom directory#181
Implementing --appPath option to scaffold into custom directory#181revathskumar merged 1 commit intoyeoman:masterfrom
Conversation
|
I understand what's being done with |
|
That's mainly for sub generators. On Sunday, 8 December 2013, Addy Osmani wrote:
with regards, markdownblogger.herokuapp.com www.phprepo.in http://twitter.com/revathskumar http://www.linkedin.com/in/revathskumar |
app/index.js
Outdated
There was a problem hiding this comment.
this.appPath = this.options.appPath || this.appPath;
instead of lines 15 and 17
|
@addyosmani Now when Currently we are not using prompts for sub-generators. I was working on saving other options to |
.travis.yml
Outdated
There was a problem hiding this comment.
this is moot. caching is only available for private instances.
There was a problem hiding this comment.
ok will remove the commit.
Helps user to scaffold application into custom directory instead of "app" `yo backbone --appPath=public` This will scaffold application into "public" directory. https://twitter.com/jayjog/status/399971817646874624
Implementing --appPath option to scaffold into custom directory
Helps user to scaffold application into custom directory instead of "app"
yo backbone --appPath=publicThis will scaffold application into public directory.
This uses
.yo-rc.jsonfor storing appPath config.https://twitter.com/jayjog/status/399971817646874624