https://github.com/ahmadawais/github-stars-contributions
Log your GitHub Stars Contributions with the ease of a command line CLI
https://github.com/ahmadawais/github-stars-contributions
github github-star github-stars
Last synced: 2 months ago
JSON representation
Log your GitHub Stars Contributions with the ease of a command line CLI
- Host: GitHub
- URL: https://github.com/ahmadawais/github-stars-contributions
- Owner: ahmadawais
- Created: 2021-10-04T09:05:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T03:17:19.000Z (over 2 years ago)
- Last Synced: 2025-03-21T08:47:30.551Z (3 months ago)
- Topics: github, github-star, github-stars
- Language: JavaScript
- Homepage: https://stars.github.com/profiles/ahmadawais/
- Size: 470 KB
- Stars: 74
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
![]()
š CLI to log your GitHub Stars Contributions with ease. [Learn to build Node.js CLI apps][n].
[](https://www.npmjs.com/package/github-stars-contributions) [](https://nodecli.com/?utm_source=GitHubFOSS) [](https://twitter.com/mrahmadawais/)
# CLI: github-stars-contributions `gsc`
- š¦ Add a contribution of any type
- šļø Remove a contribution in case of a mistake
- 𤯠Autocomplete search with type and filter function
- 𤯠Adding YouTube? `gsc` CLI can fetch title, date, and description for you
- šØāš« [Awais][t] taught and created this CLI project in his [NodeCLI.com][n] automation course
[][repo]
## Install
```sh
# Recommended.
npx github-stars-contributions# OR an alternative global install.
npm install -g github-stars-contributions
```
[][repo]
## Usage
1. Run the CLI using
```sh
npx github-stars-contributions# OR for global install.
github-stars-contributions
# OR use the alias for global install.
gsc
```### Add Contributions
Run the cli with `gsc` command and answer the following questions to add your contribution.

```sh
Contribution: Type?
Contribution: URL?
Contribution: Title?
Contribution: Description?
Contribution: Date?
```### Remove Contributions
Run the CLI with remove input command.
```sh
# With gsc alias.
gsc remove# Or the complete version.
github-stars-contributions remove
```
*Then search for the contribution, select, press enter to remove. Easy peasy!*
#### HELP

```sh
github-stars-contributions [option]
# OR
gsc [option]
```#### COMMANDS
```sh
help Print help info
remove Remove a contribution```
#### OPTIONS
```sh
-c, --clear Clear the console Default: false
-d, --debug Print debug info Default: false
-v, --version Print CLI version Default: false
```
[](changelog.md)
## Changelog
[⯠Read the changelog here ā](changelog.md)
**KEY**: `š¦ NEW`, `š IMPROVE`, `š FIX`, `š DOC`, `š RELEASE`, and `š¤ TEST`
> _I use [Emoji-log](https://github.com/ahmadawais/Emoji-Log), you should try it and simplify your git commits._
[][repo]
## License & Conduct
- Thanks to the GitHub team for an awesome GraphQL API.
- MIT Ā© [Ahmad Awais](https://twitter.com/MrAhmadAwais/).
- [Code of Conduct](code-of-conduct.md).
[][repo]
## Connect
Ā (follow) To stay up to date on free & open-source software
Ā (follow) To get #OneDevMinute daily hot tips & trolls
Ā (subscribe) To tech talks & #OneDevMinute videos
Ā (read) In-depth & long form technical articles
Ā (connect) On the LinkedIn profile y'all
[][repo]
## Sponsor
Me ([Ahmad Awais](https://twitter.com/mrahmadawais/)) and my incredible wife ([Maedah Batool](https://twitter.com/MaedahBatool/)) are two engineers who fell in love with open source and then with each other. You can read more [about me here](https://ahmadawais.com/about). If you or your company use any of my projects or like what Iām doing then consider backing me. I'm in this for the long run. An open-source developer advocate.
[](https://github.com/AhmadAwais/sponsor)
### [How to build a Node CLI?][n]
Or you can back me by checking out my super fun video course. After building hundreds of developer automation tools used by millions of developers, I am teaching exactly how you can do it yourself with minimum effective effort. Learn to build Node.js & JavaScript based CLI (Command Line Interface) apps & npm packages. Automate the grunt work, do more in less time, impress your manager, make more salary, and help the community. I'm sharing it all in this step-by-step 100-videos course. [Node CLI Automation without wasting a thousand hours][n] ā
[][n]
[](https://nodecli.com/?utm_source=FOSS&utm_medium=FOSS&utm_campaign=github-stars-contributions)
[](https://twitter.com/mrahmadawais/)
[n]: https://nodecli.com/?utm_source=FOSS&utm_medium=FOSS&utm_campaign=github-stars-contributions
[repo]: https://github.com/AhmadAwais/github-stars-contributions
[t]: https://twitter.com/MrAhmadAwais/