nodebinenv
v0.6.0
Published
An NPM package to expose node_modules/.bin executables in your path through shadowenv
Readme
nodebinenv
Activates a project-scoped environment that appends node_modules/.bin to the PATH to prevent using global installations of the tools. For example, in a Gatsby project, this allows calling gatsby serve directly.
Usage
- Install shadowenv
- Add
nodebinenvas dependency:npm install --save nodebinenv. - Trust your environment with
shadowenv trust. - Enjoy!
