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: 4 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T22:02:41.000Z (over 8 years ago)
- Last Synced: 2025-07-09T00:13:38.263Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
> 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 : stafo
Example : 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)