An open API service indexing awesome lists of open source software.

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

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
```