doc updates and linkback
This commit is contained in:
parent
a410907864
commit
7feafcfd49
10
README.md
10
README.md
@ -1,11 +1,13 @@
|
|||||||
# how-npm-am-i.js
|
# [how-npm-am-i.js](https://git.coolaj86.com/coolaj86/how-npm-am-i.js)
|
||||||
|
|
||||||
Shows how many downloads you get on npm each month, across all of your packages.
|
Shows how many downloads you get on npm each month, across all of your packages.
|
||||||
|
|
||||||
|
> npx how-npm-am-i <username> [--verbose]
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx how-npm-am-i isaacs --verbose
|
how-npm-am-i isaacs --verbose
|
||||||
```
|
```
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
@ -33,7 +35,3 @@ You're *very* npm.
|
|||||||
```bash
|
```bash
|
||||||
npm install --global how-npm-am-i
|
npm install --global how-npm-am-i
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
|
||||||
how-npm-am-i <username>
|
|
||||||
```
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "how-npm-am-i",
|
"name": "how-npm-am-i",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "See how many downloads you get on npm each month, across all your packages",
|
"description": "See how many downloads you get on npm each month, across all your packages",
|
||||||
|
"homepage": "https://git.coolaj86.com/coolaj86/how-npm-am-i.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test.js"
|
"test": "node test.js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user