https://github.com/elementsweb/generator-react-redux
Yeoman generator to provide the scaffolding for a react-redux app
https://github.com/elementsweb/generator-react-redux
enzyme es6 jest react react-devtools redux webpack yeoman-generator
Last synced: 3 months ago
JSON representation
Yeoman generator to provide the scaffolding for a react-redux app
- Host: GitHub
- URL: https://github.com/elementsweb/generator-react-redux
- Owner: elementsweb
- License: apache-2.0
- Created: 2017-03-15T19:49:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T19:50:14.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T09:59:06.586Z (about 1 year ago)
- Topics: enzyme, es6, jest, react, react-devtools, redux, webpack, yeoman-generator
- Language: CSS
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-react-redux
[](https://travis-ci.org/elementsweb/generator-react-redux)
[](https://badge.fury.io/js/%40j154004%2Fgenerator-react-redux)
Yeoman generator to provide the scaffolding for a react-redux app
## Installation
Install generator-react-redux with npm scoped package:
```
npm install @j154004/generator-react-redux -g
```
## Usage
You can use this generator with `yo` with ease. In the directory you wish to create your resource run the following command:
```
yo @j154004/react-redux
```
Answer the questions asked by the generator, these answers will be injected into various files that will be created in your directory.
### Options
- `--skip-welcome` - Skips welcome greeting before displaying options.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b feature/new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin feature/new-feature`
5. Submit a pull request.
See CONTRIBUTING for more information.
## Credits
Contributors to the project will be listed here unless otherwise specified.
- elementsweb __(lead developer)__
## License
Copyright 2017 elementsweb
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.