rsf-cli

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i rsf-cli

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

26.7 kB

Total Files

33

Last publish

Collaborators

  • avinash-vk