underscore-cli icon indicating copy to clipboard operation
underscore-cli copied to clipboard

npx support/`underscore` -> node_modules/.bin?

Open davidmaxwaterman opened this issue 3 years ago • 0 comments

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?

davidmaxwaterman avatar Apr 19 '21 18:04 davidmaxwaterman