1.2.0 • Published 6 years ago

generator-min-node v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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
1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago