https://github.com/opencomponents/oc-info
A cli tool to fetch information from an OpenComponents registry's API
https://github.com/opencomponents/oc-info
opencomponents
Last synced: 11 months ago
JSON representation
A cli tool to fetch information from an OpenComponents registry's API
- Host: GitHub
- URL: https://github.com/opencomponents/oc-info
- Owner: opencomponents
- License: mit
- Created: 2017-02-18T16:28:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T16:04:37.000Z (almost 4 years ago)
- Last Synced: 2024-04-25T18:21:39.610Z (almost 2 years ago)
- Topics: opencomponents
- Language: JavaScript
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
oc-info
=======
A cli tool to fetch information from an [OpenComponents](https://github.com/opentable/oc) registry's API.
### Usage
```sh
[sudo] npm i -g oc-info
oc-info [--details]
```
Available commands:
* `authors`: shows the list of all the authors for active components
* `dependencies`: shows the list of all the dependencies for active components
* `plugins`: shows the list of all the used plugins by active components
### License
MIT