generator-canner-react
v3.3.0
Published
A generator for react projects
Downloads
11
Maintainers
Readme
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
- webpack
- Babel ES2015 transpiler
- editorconfig
- mocha unit test
- ESLint linting and code style checking
- Istanbul code coverage (optionally tracked on Coveralls)
- Travis CI continuous integration (optional)
- License
- README
... and more!
Installation
First, install Yeoman and generator-canner-react using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-canner-react
Then generate your new project:
yo canner-react
Maintainer
License
MIT © Canner