Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

Log your GitHub Stars Contributions with the ease of a command line CLI

Awesome Lists containing this project

README

        



github-stars-contributions




šŸ“Ÿ CLI to log your GitHub Stars Contributions with ease. [Learn to build Node.js CLI apps][n].

[![DOWNLOADS](https://img.shields.io/npm/dt/github-stars-contributions?label=DOWNLOADS%20%20%E2%9D%AF&colorA=35a236&colorB=35a236&style=flat)](https://www.npmjs.com/package/github-stars-contributions) [![Learn Node.js CLI Automation](https://img.shields.io/badge/-NodeCLI.com%20%E2%86%92-gray.svg?colorB=35a236&style=flat)](https://nodecli.com/?utm_source=GitHubFOSS) [![Follow @MrAhmadAwais on Twitter](https://img.shields.io/badge/FOLLOW%20@MRAHMADAWAIS%20%E2%86%92-gray.svg?colorA=35a236&colorB=35a236&style=flat)](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


[![šŸ“Ÿ](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/install.png)][repo]

## Install

```sh
# Recommended.
npx github-stars-contributions

# OR an alternative global install.
npm install -g github-stars-contributions
```


[![āš™ļø](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/usage.png)][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.

![ADD](https://user-images.githubusercontent.com/960133/135862046-6b9f990b-86d4-4c8a-af00-230c86691cf7.gif)

```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
```
![Remove gif](https://user-images.githubusercontent.com/960133/135863013-2fd9e9e7-851e-45e7-8d2b-889ef90cace5.gif)

*Then search for the contribution, select, press enter to remove. Easy peasy!*

#### HELP

![help gif](https://user-images.githubusercontent.com/960133/135862743-69404ff3-afe9-47cc-9922-b1c15a60d2a3.gif)

```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
```


[![šŸ“](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/log.png)](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._


[![šŸ“ƒ](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/license.png)][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).


[![šŸ™Œ](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/connect.png)][repo]

## Connect


GitHub @AhmadAwaisĀ (follow) To stay up to date on free & open-source software


Twitter @MrAhmadAwaisĀ (follow) To get #OneDevMinute daily hot tips & trolls


YouTube AhmadAwaisĀ (subscribe) To tech talks & #OneDevMinute videos


Blog: AhmadAwais.comĀ (read) In-depth & long form technical articles


LinkedIn @MrAhmadAwaisĀ (connect) On the LinkedIn profile y'all



[![šŸ‘Œ](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/sponsor.png)][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.

[![Support Open-Source Work](https://raw.githubusercontent.com/ahmadawais/stuff/master/sponsor/sponsor.jpg)](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] ā†’

[![NodeCLI.com](https://raw.githubusercontent.com/ahmadawais/stuff/master/nodecli/featured.jpg)][n]

[![Node CLI](https://img.shields.io/badge/-NodeCLI.com%20%E2%86%92-gray.svg?colorB=488640&style=flat)](https://nodecli.com/?utm_source=FOSS&utm_medium=FOSS&utm_campaign=github-stars-contributions)

[![Ahmad on Twitter](https://img.shields.io/twitter/follow/mrahmadawais.svg?style=social&label=Follow%20@MrAhmadAwais)](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/