0.1.1 • Published 4 years ago

@r-next-b/cli v0.1.1

Weekly downloads
142
License
ISC
Repository
github
Last release
4 years ago

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