bearded-protagonist
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "bearded-protagonist", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "", | ||
"bin": { | ||
"bpn": "index.js" | ||
"bpm": "index.js" | ||
}, | ||
@@ -8,0 +8,0 @@ "scripts": { |
# bearded-protagonist | ||
## What | ||
An npm wrapper that checks your publish config before you attempt to publsh a package. | ||
@@ -9,2 +7,22 @@ | ||
Is often seen fighting with [bearded-nemesis](https://github.com/MauriceButler/bearded-nemesis) | ||
Is often seen fighting with [bearded-nemesis](https://github.com/MauriceButler/bearded-nemesis) | ||
## Usage | ||
npm install -g bearded-protagonist | ||
This adds a new command, bpm to your command-line. | ||
Use bearded-protagonist exactly how you would normally use npm. | ||
bpm install something | ||
totes works | ||
bpm ls | ||
totes works | ||
bpm publish | ||
If you are in a package that has no publishConfig, it will throw rainbows at you and make sure you absolutely know what you are doing |
3240
27