https://github.com/pnpm/pnpmr
Deprecated. Use the `pnpm recursive` commands instead
https://github.com/pnpm/pnpmr
Last synced: 4 months ago
JSON representation
Deprecated. Use the `pnpm recursive` commands instead
- Host: GitHub
- URL: https://github.com/pnpm/pnpmr
- Owner: pnpm
- License: mit
- Created: 2017-02-03T21:08:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T11:57:58.000Z (over 7 years ago)
- Last Synced: 2024-10-30T00:54:54.608Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> This package is deprecated! You can now use the `pnpm recursive` commands of [pnpm](https://github.com/pnpm/pnpm) instead of pnpmr
# pnpmr
> Run pnpm on all subpackages
[](https://travis-ci.org/pnpm/pnpmr) [](https://www.npmjs.com/package/pnpmr)
## 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:
```sh
$ pnpmr i
```To run tests in all subdeps, run:
```sh
$ pnpmr test
```## License
[MIT](LICENSE) © [Zoltan Kochan](http://kochan.io)