1.0.7 • Published 6 years ago

generator-modern-js v1.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Logo

NPM version Dependency Status DevDependencies Status Build Status Gitter Support

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

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