omdxp / react-help-create

This command line helps you create components, pages and even redux implementation for your react project

Home Page:https://omdxp.github.io/react-help-create/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-help-create

react-help-create

Focus on your code, not your project structure!

This command line helps you create components, pages and even redux implementation for your react project.

react-help-create is released under the MIT license. Current npm package version. PRs welcome!

How to install it?

  • To install it globally in your operating system run
npm i react-help-create -g

Or

yarn global add react-help-create
  • To install it as a dev dependency in your react project run
npm i react-help-create --save-dev

Or

yarn add react-help-create --dev
  • If you want to use it without installing it (using npm cache) run:
npx react-help-create --help

How to use it?

Please follow this documentation to learn how to use this command line.

Contributing

Please check this if you consider to contribute to this project.

About

This command line helps you create components, pages and even redux implementation for your react project

https://omdxp.github.io/react-help-create/

License:MIT License


Languages

Language:JavaScript 100.0%