similar example for cli/bin environment?
kellyselden opened this issue · 1 comments
kellyselden commented
Would be useful to me. Where a project would normally use something like:
"bin": {
"my-app": "bin/my-app.js"
},
You're not using nodemon
or an npm run
script. Would you just not compile the entry point script?
We could add to this README or add another example-node-cli
or something of the sort.
kellyselden commented
Also some detail about npm publishing and how the .npmignore would go would be great. I don't know these answers yet, but could help the write up if you want.