1.0.4 • Published 3 years ago

rsf-cli v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React Starter Files

Everytime I created a React app, the first thing I did was setup the project by adding all the routes and pages, so that development and collaboration becomes easier, and it was a repetitive process. So I decided to simplify it.

React starter files is a command line utility that allows you to initialize your react app with your preferred components before you begin development.

demo

Install it

The utility is available as a npm package available here.

npm install rsf-cli

Using it

rsf <command> [--options]

init

Initialize your already created react app with pages and components.

rsf init

firebase-init

Add firebase integration to an app created using rsf init.

rsf init

create-react-app

Run create-react-app as well as rsf init in a single command

rsf create-react-app myapp

help

Get help for all your commands :)

rsf help

version

Check the current version for your rsf-cli!

rsf version