Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This command line helps you create components, pages and even redux implementation for your react project
https://github.com/omdxp/react-help-create

cli hacktoberfest react react-help-create reactjs reactts redux rhc

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        


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

```sh
npm i react-help-create -g
```

Or

```sh
yarn global add react-help-create
```

- To install it as a dev dependency in your react project run

```sh
npm i react-help-create --save-dev
```

Or

```sh
yarn add react-help-create --dev
```

- If you want to use it without installing it (using npm cache) run:

```sh
npx react-help-create --help
```

# How to use it?

Please follow [this documentation](./docs/TOC.md) to learn how to use this command line.

# Contributing

Please check [this](CONTRIBUTING.md) if you consider to contribute to this project.