# install-peers-cli

> CLI to install project's peerDependencies, without side effects.

Latest version **2.2.0** (published 2019-12-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install install-peers-cli
pnpm add install-peers-cli
yarn add install-peers-cli
bun add install-peers-cli
```

Provides the command `install-peers`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.2.0 |
| Published | 2019-12-17 |
| First published | 2018-10-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 34 |
| Author | Alex Indigo |
| Maintainers | alexindigo, juliaqiuxy, rollandjs |
| Keywords | peerdependencies, peers, peerdeps, dev, devdeps, devdependencies, install, npm, yarn, local, workspaces, pure, lock, lockfile |

## Links

- npm: https://www.npmjs.com/package/install-peers-cli
- Repository: https://github.com/alexindigo/install-peers-cli
- Homepage: https://github.com/alexindigo/install-peers-cli#readme
- Issues: https://github.com/alexindigo/install-peers-cli/issues
- npm.io page: https://npm.io/package/install-peers-cli

## Dependencies (2)

- [commander](https://npm.io/package/commander.md) ^2.20.0
- [executioner](https://npm.io/package/executioner.md) ^2.0.1

## Alternatives

- [@oh-my-pi/pi-natives](https://npm.io/package/@oh-my-pi/pi-natives.md) — 51.8K weekly downloads
- [@capgo/capacitor-light-sensor](https://npm.io/package/@capgo/capacitor-light-sensor.md) — 3.0K weekly downloads
- [@heyhuynhgiabuu/pi-diff](https://npm.io/package/@heyhuynhgiabuu/pi-diff.md) — 492 weekly downloads
- [@lotsa/verdant-lang-asm](https://npm.io/package/@lotsa/verdant-lang-asm.md) — 38 weekly downloads
- [new-era-syntax](https://npm.io/package/new-era-syntax.md) — 20 weekly downloads

## Recent versions

- 2.2.0 (latest) — 2019-12-17
- 2.1.1 — 2019-07-23
- 2.1.0 — 2019-07-23
- 2.0.0 — 2019-07-12
- 1.1.2 — 2019-06-12
- 1.1.1 — 2019-06-06
- 1.1.0 — 2018-11-01
- 1.0.1 — 2018-10-28
- 1.0.0 — 2018-10-28

## README

# install-peers-cli

CLI to install project's peerDependencies, without side effects.
Works with `npm`, `yarn`. Supports yarn workspaces flow.

## Install

### yarn

```
$ yarn add --dev install-peers-cli
```
### npm

```
$ npm install --save-dev install-peers-cli
```

## Usage

Add package.json script:

```
{
  "scripts": {
    "install-peers": "install-peers"
  }
}
```

Then run `yarn install-peers` (or `npm run install-peers`) to install `peer` dependencies of your project. It won't update lock files or modify package.json, keeping your setup pure and clean. Any other lifecycle script could be used depending on your use case.

_You still may see "unmet peer dependency" warnings during regular install phase, due to installation flow of npm/yarn._

## License

Install-Peers-CLI is released under the MIT license.

---
_Source: https://npm.io/package/install-peers-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
