We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Great suggestion, Adding it to backlog
Sorry, something went wrong.
We can use ./ for rendering the application in the current folder.
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.
appPath
appName
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: