generator-min-node
v1.2.0
Published
Minimal template for NodeJS v6+ apps
Downloads
1
Readme
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