doc updates and linkback

This commit is contained in:
AJ ONeal 2019-06-25 23:30:42 -06:00
parent a410907864
commit 7feafcfd49
2 changed files with 6 additions and 7 deletions

View File

@ -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.
> npx how-npm-am-i <username> [--verbose]
# Usage
```bash
npx how-npm-am-i isaacs --verbose
how-npm-am-i isaacs --verbose
```
```txt
@ -33,7 +35,3 @@ You're *very* npm.
```bash
npm install --global how-npm-am-i
```
```bash
how-npm-am-i <username>
```

View File

@ -1,7 +1,8 @@
{
"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",
"homepage": "https://git.coolaj86.com/coolaj86/how-npm-am-i.js",
"main": "index.js",
"scripts": {
"test": "node test.js"