-
Notifications
You must be signed in to change notification settings - Fork 557
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
ignite s chain
: allows to generate files in the current directory
#2736
Comments
Interesting idea! What if we make it more explicit by using a flag And modify the The following will do what you propose:
This will create the files in
|
I would use |
@scottcarterco looking for some feedback here. I personally think that we should not include the Instead, we should check if a |
Why not both? For developers who already know they want to skip, why not allow a flag to be appended so that it automatically knows to do so. Similar to specifying |
Jump on this: For the path, I would act like
For the skip git, the underlying code calls |
Is your feature request related to a problem or issue you encountered? Please describe.
Sometimes we want to create a new chain but we already have the git repo setup. Or recreating the chain in a new branch from a repo.
We should have an option to create the chain in the current dir without creating a git file. Same behavior as other scaffolding commands
Describe the solution you'd like
Introduce a flag like
--unpack
that performs this behaviorThe text was updated successfully, but these errors were encountered: