underscore-cli
underscore-cli copied to clipboard
npx support/`underscore` -> node_modules/.bin?
I currently have this useful command in my project's package.json and it is installed under node_modules. I am using it in one of my project's build scripts, and have to directly reference it as node_modules/underscore-cli/bin/underscore
.
In other such utilities, it seems they install themselves in the node_modules/.bin
directory, so I can run them using npx
. I wonder if 'underscore-cli' should also be installing underscore
into the .bin directory. WDYT?