Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An option to create project in current directory #23

Open
gokulkrishh opened this issue Apr 13, 2015 · 3 comments
Open

An option to create project in current directory #23

gokulkrishh opened this issue Apr 13, 2015 · 3 comments
Milestone

Comments

@gokulkrishh
Copy link
Member

Lets say we already have git repo and we need to create a project in the root of the cloned repo. There is not option to it add in same directory.

There should be flag to create project in current directory. Like below

yo smacss current

@logeshpaul
Copy link
Member

Great suggestion, Adding it to backlog

@logeshpaul logeshpaul added this to the Backlog milestone Apr 13, 2015
@ThiyagarajanJ
Copy link
Contributor

We can use ./ for rendering the application in the current folder.

@logeshpaul
Copy link
Member

Based on the discussion, we can give the user one more option in the prompt

"Do you want to use current directory as project location?"
Yes [or] No

Yes: Takes the current directory as appPath and perform scaffolding
No: Creates a directory with appName and perform scaffolding in that location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants