Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinchang/yarn-global-packages-cli
get yarn global packages with cli
https://github.com/sinchang/yarn-global-packages-cli
cli packages yarn
Last synced: 7 days ago
JSON representation
get yarn global packages with cli
- Host: GitHub
- URL: https://github.com/sinchang/yarn-global-packages-cli
- Owner: sinchang
- License: mit
- Created: 2018-03-22T05:08:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T05:28:35.000Z (almost 7 years ago)
- Last Synced: 2024-12-23T04:47:34.097Z (11 days ago)
- Topics: cli, packages, yarn
- Language: JavaScript
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yarn-global-packages-cli
[![NPM version](https://img.shields.io/npm/v/yarn-global-packages-cli.svg?style=flat)](https://npmjs.com/package/yarn-global-packages-cli) [![NPM downloads](https://img.shields.io/npm/dm/yarn-global-packages-cli.svg?style=flat)](https://npmjs.com/package/yarn-global-packages-cli) [![CircleCI](https://circleci.com/gh/sinchang/yarn-global-packages-cli/tree/master.svg?style=shield)](https://circleci.com/gh/sinchang/yarn-global-packages-cli/tree/master)
## Install
```bash
yarn global add yarn-global-packages-cli
```## Usage
```js
ygp -h
```## Related projects
* [yarn-global-packages](https://github.com/sinchang/yarn-global-packages)
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
**yarn-global-packages-cli** © [sinchang](https://github.com/sinchang), Released under the [MIT](./LICENSE) License.
Authored and maintained by sinchang with help from contributors ([list](https://github.com/sinchang/yarn-global-packages-cli/contributors)).> [sinchang.me](https://sinchang.me) · GitHub [@sinchang](https://github.com/sinchang) · Twitter [@sinchangwen](https://twitter.com/sinchangwen)