https://github.com/merklefruit/stargazer
A Simple CLI tool to monitor GitHub stars, watchers and forks of any repository
https://github.com/merklefruit/stargazer
cli github-stars tool
Last synced: 8 months ago
JSON representation
A Simple CLI tool to monitor GitHub stars, watchers and forks of any repository
- Host: GitHub
- URL: https://github.com/merklefruit/stargazer
- Owner: merklefruit
- Created: 2020-06-19T19:50:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T17:57:15.000Z (over 2 years ago)
- Last Synced: 2025-04-08T03:01:42.179Z (about 1 year ago)
- Topics: cli, github-stars, tool
- Language: JavaScript
- Homepage:
- Size: 357 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Stargazer 👋
> A simple CLI tool to monitor Github stars, watchers and forks of any repository!
## Installation
```sh
git clone https://github.com/nicolas-racchi/Stargazer.git
cd Stargazer-master
npm install
```
## Usage
```sh
npm start
```
On the first run, you'll be asked to authenticate with a GitHub Personal Access Token.
In order to get one, follow the 3 simple steps explained in the CLI:
1. Visit [https://github.com/settings/tokens/new](https://github.com/settings/tokens/new)
2. Login and select "repo" as scope
3. Click on Generate Token
## Author
👤 **Nicolas Racchi**
- Website: www.nicolasracchi.com
- Twitter: [@NicolasRacchi](https://twitter.com/NicolasRacchi)
- Github: [@nicolas-racchi](https://github.com/nicolas-racchi)
## Show your support
Give a ⭐️ if this project helped you!
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_