Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 552 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 552 Bytes

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 <your-appname>

That's it! 🎉

Feel free to fork and contribute!