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
- Host: GitHub
- URL: https://github.com/yyz945947732/open-npm-link-cli
- Owner: yyz945947732
- License: mit
- Created: 2023-10-03T11:08:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T11:17:42.000Z (over 2 years ago)
- Last Synced: 2025-01-24T16:50:02.659Z (over 1 year ago)
- Topics: browser, cli, launch, npm, npmlink, open, open-cli, opener, opens, package, website
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/open-npm-link-cli
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).