@team-griffin/install-self-peers
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "@team-griffin/install-self-peers", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:team-griffin/install-self-peers.git", |
@@ -1,1 +0,22 @@ | ||
# install-self-peers | ||
# install-self-peers | ||
``` | ||
npm i --save-dev @team-griffin/install-self-peers | ||
yarn add --dev @team-griffin/install-self-peers | ||
``` | ||
A cli utility to automatically install the peer dependencies of the package you are developing. | ||
This is useful for if you are developing a library and some of your dependencies are actually peers. | ||
For example building react based libs. | ||
## Usage | ||
This package creates a bin, which you can execute at `./node_modules/.bin/install-self-peers`. | ||
## Args | ||
*--npm* (defaults: false) - This will generate an npm command rather than yarn | ||
*--no-execute* - Will print to stdout instead of executing the command |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4151
8
1
22