https://github.com/repo-utils/npm-repo
open the repository page for an npm package
https://github.com/repo-utils/npm-repo
Last synced: about 2 months ago
JSON representation
open the repository page for an npm package
- Host: GitHub
- URL: https://github.com/repo-utils/npm-repo
- Owner: repo-utils
- License: mit
- Created: 2014-06-18T04:49:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T03:05:31.000Z (over 6 years ago)
- Last Synced: 2025-04-17T13:35:08.859Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm repo
For people like me who __hate__ going to https://npmjs.org,
a CLI utility to open a package's repository page.```js
npm-repo koa
# opens up https://github.com/koajs/koa in your favorite browser
```## Installation
```js
npm i -g npm-repo
```