1.1.6 • Published 2 years ago
cli-rt v1.1.6
CLI-RT
CLI-RT (Command Line React Templates) is a small cli to create react project templates. Creating a new project is simpler than ever.
Interested? Check out #Installation to install it!
Installation
Before installing make sure you have Node installed!
To install CLI-RT
just run the following command into a terminal:
npx cli-rt
You have to accept the installation by pressing the y
or return
key.
That's it, CLI-RT is successfully installed on your system.
Usage
To use CLI-RT
just run the following command into a terminal:
npx cli-rt
Follow the instructions and you're done!
Options
Name | Alias | Usage | Description |
---|---|---|---|
packages | p | npx cli-rt -p PackageName1 PackageName2 | Install custom packages from npm |
template | t | npx cli-rt -t react-js | Import the selected template |
firebase | f | npx cli-rt -f | Will install the firebase package |
name | n | npx cli-rt -n PROJECTNAME | Set the project name |
help | h | npx cli-rt -h | Print a help screen |
version | v | npx cli-rt -v | Print the current installed version |