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.
- Host: GitHub
- URL: https://github.com/lakshyabatman/react-redux-cli
- Owner: lakshyabatman
- Created: 2020-01-27T23:28:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T01:38:05.000Z (about 5 years ago)
- Last Synced: 2025-03-21T09:35:17.711Z (over 1 year ago)
- Topics: cli, javascript, nodejs, react, redux, webdevelopment
- Language: JavaScript
- Size: 49.8 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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!