-
Notifications
You must be signed in to change notification settings - Fork 9
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
CLI to create-filecoin-app #12
Comments
The CLI should preferrably have flags for which 'kind' of template we want to generate, and proceed to put in hooks or not for each feature case. |
Yeah so my point here is we can develop a universal scaffold type solution with all the features we have regarding fvm, now when users would be using cli to create there app they can choose among them like we do with |
What flags should we have from the onset @xBalbinus? |
@temi0x prepare for the following type of extension in your code for now; but for the onset you can feel free to just have one simple command. Effectively, it should end up looking something like: npx create-filecoin-app -<flag_name> feature-branch-name |
@xBalbinus I opened a PR that fixes this: #38 |
No description provided.
The text was updated successfully, but these errors were encountered: