https://github.com/cannercms/generator-canner-react
A yeoman generator for canner react projects
https://github.com/cannercms/generator-canner-react
Last synced: 12 months ago
JSON representation
A yeoman generator for canner react projects
- Host: GitHub
- URL: https://github.com/cannercms/generator-canner-react
- Owner: CannerCMS
- License: mit
- Created: 2016-09-28T12:17:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T11:04:44.000Z (about 8 years ago)
- Last Synced: 2025-02-28T20:08:05.780Z (over 1 year ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-canner-react [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url] [](https://travis-ci.org/Canner/generator-canner-react)
> A generator for react projects
*Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.*
That'll generate a project with all the common tools setup. This includes:
- Filled `package.json` file
- vscode settings
- [flowtype](https://flow.org/)
- [webpack](https://webpack.github.io/)
- [Babel](https://babeljs.io/) ES2015 transpiler
- [editorconfig](http://editorconfig.org/)
- [mocha](http://mochajs.org/) unit test
- [ESLint](http://eslint.org/) linting and code style checking
- [Istanbul](https://gotwarlost.github.io/istanbul/) code coverage (optionally tracked on [Coveralls](https://coveralls.io/))
- [Travis CI](https://travis-ci.org/) continuous integration (optional)
- [License](https://spdx.org/licenses/)
- README
... and more!
## Installation
First, install [Yeoman](http://yeoman.io) and generator-canner-react using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-canner-react
```
Then generate your new project:
```bash
yo canner-react
```
## Maintainer
[chilijung](https://github.com/chilijung)
## License
MIT © [Canner](https://github.com/canner)
[npm-image]: https://badge.fury.io/js/generator-canner-react.svg
[npm-url]: https://npmjs.org/package/generator-canner-react
[daviddm-image]: https://david-dm.org/canner/generator-canner-react.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/canner/generator-canner-react