1.1.0 • Published 7 years ago

yarn-run v1.1.0

Weekly downloads
1,130
License
MIT
Repository
github
Last release
7 years ago

yarn-run

Run locally-installed node module executables with yarn.

run local executables from node_modules

Any executable available to an npm / yarn lifecycle script is available to yarn-run.

run script from package.json

if no executable was found locally or global yarn-run will run the script of your package.json if any

Usage

> yarn add mocha # mocha installed in ./node_modules
> yarn-run mocha test/* # uses locally installed mocha executable

Installation

> yarn global add yarn-run

License

MIT

1.1.0

7 years ago

1.0.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago