@r-next-b/cli
v0.1.1
Published
Simple commands to manage and facilitate specific react-next-boilerplate tasks
Downloads
1,654
Maintainers
Readme
Disclaimer: @r-next-b/cli
was created to be used within react-next-boilerplate and is not intended to be used outside of react-next-boilerplate
Commands
After installing it, run rnb --help
without arguments to see list of options.
rnb
Starts a list of questions to choose tasks you need to do individually
rnb --c
Deletes the example app, replacing it with the smallest amount of boilerplate code necessary to start writing your app!
Note: This command is self-destructive, once you've run it you cannot run it again. This is for your own safety, so you can't delete portions of your project irreversibly by accident.
rnb --g
Initializes a new project with this boilerplate. Deletes the react-next-boilerplate git history, installs the dependencies and initializes a new repository.
Note: soon
Built using:
License
This project is licensed under the MIT license, Copyright (c) 2019 React Next Boilerplate. For more information see project license.
Authors
- Jorge Luis Calleja Alvarado (@wootsbot) – React Next Boilerplate