- latest version of nodejs
- latest version of npm
- eslint
- running tests via mocha
- running show code coverage after test run
- within your scope directoy craete a new one (convention: lower case and dash-separated)
mkdir new-project
- and change into it
cd new-project
- execute
npx -p yo -p @pubcore/generator-nodejs yo @pubcore/nodejs
- (optional) if your code already exists, copy it into js/index.js.