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 create-react-app@1.x
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