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

https://github.com/yyz945947732/open-npm-link-cli

Open a npm link for target package
https://github.com/yyz945947732/open-npm-link-cli

browser cli launch npm npmlink open open-cli opener opens package website

Last synced: about 1 month ago
JSON representation

Open a npm link for target package

Awesome Lists containing this project

README

          

# open-npm-link-cli

> Open a npm link for target package

## Install

```bash
npm install --global open-npm-link-cli
```

## Usage

```txt
$ onpm --help

Usage
$ onpm [options]

Options
-h --help Print this help
-v --version Print open-npm-link-cli version number
-b --browser Browser to open

Examples
$ onpm lodash
$ onpm lodash -b "chrome"
```

## Related

- [open-npm-link](https://github.com/yyz945947732/open-npm-link) - API for this module

## LICENSE

[MIT](https://github.com/yyz945947732/open-npm-link-cli/blob/master/LICENSE)

---

This project is created using [generator-stupid-cli](https://github.com/yyz945947732/generator-stupid-cli).