0.3.0 • Published 7 years ago

pnpmr v0.3.0

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

pnpmr

Run pnpm on all subpackages

Build Status npm version

Installation

npm i -g pnpmr

Usage

Run it the same way you'd run pnpm. It will execute pnpm on each subpackage. For example, to install in all subpackages, run:

$ pnpmr i

To run tests in all subdeps, run:

$ pnpmr test

License

MIT © Zoltan Kochan