node-boilerplate-cli
node-boilerplate-cli copied to clipboard
package.json fix start script
Start should probably be:
"start": "node ."
And not:
"start": "node src -h"
Then you can test this code using npm start without having to npm link it.