feat(npm): add aliases for npm search and npm info (#9365)

This commit is contained in:
Sherwin Heydarbeygi 2021-04-25 10:08:51 -07:00 committed by GitHub
commit 7ed8888c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -27,3 +27,5 @@ plugins=(... npm)
| `npmR` | `npm run` | Run npm scripts |
| `npmP` | `npm publish` | Run npm publish |
| `npmI` | `npm init` | Run npm init |
| `npmi` | `npm info` | Run npm info |
| `npmSe` | `npm search` | Run npm search |