npm-run-path
Last updated
Was this helpful?
Last updated
Was this helpful?
Get your prepended with locally installed binaries
In you can execute locally installed binaries by name. This enables the same outside npm.
cwd
Type: string
Default: process.cwd()
Working directory.
path
PATH to be appended. Set it to an empty string to exclude the default PATH.
cwd
Type: string
Default: process.cwd()
Working directory.
env
Type: Object
Type: string
Default:
Accepts an object of environment variables, like process.env
, and modifies the PATH using the correct . Use this if you're modifying the PATH for use in the child_process
options.
- CLI for this module
- Execute a locally installed binary
MIT ©