Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 499 Bytes

File metadata and controls

12 lines (10 loc) · 499 Bytes

node-general-template

Batteries-excluded starter template for general-purpose node modules

Available out-of-box features list

  • tap for tests
  • c8 code coverage
  • standard linter
  • mitata benchmarks
    • benchmark current branch via npm run bench
    • compare branches benchmarks via npm run bench:compare
  • batteries