An open API service indexing awesome lists of open source software.

https://github.com/lakshyabatman/react-redux-cli

A lightning setup to automate your react redux application installation.
https://github.com/lakshyabatman/react-redux-cli

cli javascript nodejs react redux webdevelopment

Last synced: 11 months ago
JSON representation

A lightning setup to automate your react redux application installation.

Awesome Lists containing this project

README

          

# React-redux-cli

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.

### Installation
- Clone the repo.
- npm install
- `chmod 777 ./lib/main.js`
- `./lib/main.js init `

That's it! 🎉

Feel free to fork and contribute!