/generator-min-node

Minimal template for ES6 + NodeJS apps

Primary LanguageJavaScript

generator-min-node

Minimal template for ES6 + Babel + NodeJS apps

What's in the box

  • Minimal NodeJS app transpiled with Babel
    • async/await support
  • Mocha/Chai/Sinon tests
    • With chai.should
    • With async/await support for tests
    • Babel polyfill pre-imported
    • Proxyquire for mocking
  • Code coverage with Istanbul
  • eslint configuration from JSStandard
  • VSCode debugging support

Installation

npm install -g generator-min-node

Create a new app

yo min-node