2.0.0 • Published 3 years ago

npm-run-path-cli v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

npm-run-path-cli

Get your PATH prepended with locally installed binaries

In npm run scripts you can execute locally installed binaries by name. This enables the same outside npm.

Install

npm install --global npm-run-path-cli

Usage

$ npm-run-path --help

  Example
    $ export PATH="$(npm-run-path)"

Related