0.0.7 • Published 9 months ago
@k13engineering/boilerplate v0.0.7
node-boilerplate
Boilerplate for Node.js projects
Setup
npm installRunning tests
This boilerplate project uses Mocha as test framework and c8 for code coverage.
To run tests including code coverage analysis, use:
npm run testRunning ESLint
ESLint comes configured for "ecmaVersion": 8 and "sourceType": "module" using eslint:recommended rules preset.
npm run eslint