Rf-cli is a scaffolding for creating a react application, making a layer of config modifications based on the create-react-app development experience.
only support [email protected]
npm
$ npm install rf-cli -g
$ rf new myapp
$ cd myapp
$ npm satrt
you also can use yarn
rf-scripts provides the ability to rewrite configuration
MIT