-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add "nuke" post-install command #131
Comments
Hey! Interesting idea about providing a command to do this. Will add that to the list of considerations for when we take a look at the templating power next. Just FYI, right now there is nothing stopping you from forking https://github.com/rocjs/roc-template-web-app-react - where you delete these things or set it up exactly how you like. You could then run roc init pierlo-upitup/roc-template-web-app-react and it will use this as your starting point instead. (web-app-react is just a built-in alias to rocjs/roc-template-web-app-react on github). This will give you the exact power that you need in the meantime. |
Thanks! |
While I like the idea of a
And of course as @andreasrs said above, it is always to fork and host a custom template that can be used. However we should try to make the official templates work for most people to avoid fragmentation. |
The boilerplate/template code should preferably be changed to something On Mon, 26 Sep 2016, 21:31 Gustaf Dalemar, [email protected] wrote:
|
Hi all and thanks for sharing Roc – it's pretty awesome.
I wonder if it would make sense to allow packages to define a "nuke" option in order to remove any boilerplate code from the project. For example, after
roc init web-app-react
I'd like a simple way to kick out all the components, routes, etc so I can start fresh.Granted this is not a lot of manual work, but it'd make things easier for sure!
The text was updated successfully, but these errors were encountered: