Automatically installs project's peerDependencies (as devDependencies)
npm install install-peersAutomatically installs project's peerDependencies (as devDependencies). Works with npm, yarn and nvm.
```
$ npm install --save-dev --ignore-scripts install-peers
``
$ yarn add --dev --ignore-scripts install-peers
Run npm install (or yarn install) to install prod and dev, as well as peer` dependencies.
_You still may see "unmet peer dependency" warnings, due to installation flow of npm/yarn._
Also it won't update lock (shrinkwrap) files or modify package.json, keeping your setup pure and clean.
Install-Peers is released under the MIT license.