A lightning setup to automate your react redux application installation. The react redux cli, is a simple yet powerful cli, which let user skip the boilerplate hell of react and redux, by building and installing react-redux application with my simple command.
The CLI is free of long commands, it only prompts simple options for user to select.
- Clone the repo.
npm install
chmod 777 ./lib/main.js
./lib/main.js init <your-appname>
That's it! 🎉
Feel free to fork and contribute!