Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codedotjs/stafo-cli
:fork_and_knife: CLI tool to count total stars and forks on a github repository
https://github.com/codedotjs/stafo-cli
Last synced: 20 days ago
JSON representation
:fork_and_knife: CLI tool to count total stars and forks on a github repository
- Host: GitHub
- URL: https://github.com/codedotjs/stafo-cli
- Owner: CodeDotJS
- License: mit
- Created: 2016-07-10T12:20:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T22:02:41.000Z (over 7 years ago)
- Last Synced: 2024-10-12T22:33:10.247Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![stafo](media/text3049.png)
> Command line tool find total stars and forks across a github repository
## Install
- `Ensure you've node.js version >=4 installed. Then run the following :`
```sh
$ npm install --global stafo-cli
```
__`OR`__
```sh
$ sudo npm install --global stafo-cli
```## Usage
```
Usage : stafoExample : stafo CodeDotJS/kote [user]
stafo facebook/reactjs [organization]
```## Related
- [stafo](https://github.com/CodeDotJS/stafo) : API for this tool
- [gictivity](https://github.com/CodeDotJS/gictivity-cli) : CLI Too to track activities of a github user.
## License
MIT © [Rishi Giri](http://rishigiri.com)