generator-modern-js
v1.0.7
Published
Scaffold out a Node.js module using ES6 / ES2015, Babel, Flow, ESLint, Mocha, Chai, Sinon, Istanbul, documentation.js
Downloads
10
Maintainers
Readme
Scaffold out a working, well-documented, modern Node.js module, made for team collaboration:
- Babel
- ESLint
- ES6 / ES2015
- Flow
- Mocha
- Chai
- Sinon
- Istanbul
- Travis
- Tern support for (Neo)Vim
- Basic README.md
- documentation.js
- CI with Travis
- Auto-deployement on ECR with Docker
- GitHub updates sent to Slack
- Travis test results sent to Slack
- Codecov report sent to Slack
- Codecov badge
- daviddm badge
- Gitter support channel
Demo
Installation
First, install Yeoman and generator-modern-js using npm.
npm install -g yo
npm install -g generator-modern-js
Dependencies
Required dependencies
Optional dependencies
If you want to use Slack with Travis and/or Codecov, or create the GitHub repo automatically, you need to install these dependencies:
Usage
Then generate your new project:
yo generator-modern-js
Help
For help visit the Wiki or go to the Gitter support channel
License
MIT © georgschlenkhoff