npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

npm-run-path-cli

2.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:183
$ npm install npm-run-path-cli
DailyWeeklyMonthlyYearly

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

  • npm-run-path - API for this module