git clone https://github.com/gilbox/node-simple.git my-node-simple
cd my-node-simple
npm i
NAME=myExample npm run file
npm test
NAME=myExample npm run file
Creates a src/myExample.js file and test/myExample.test.js file.
The JS file will export default function myExample.
npm test