0.0.1 • Published 4 years ago

top-commits v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

top-commits-cli npm version Build Status

CLI to list most active GitHub users in different cities/countries.

🙋‍♂️ Made by @abhijithvijayan

Install

Ensure you have Node.js 8 or later installed. Then run the following:

$ npm install --global top-commits

If you don't want to install the CLI globally, you can use npx to run the CLI:

$ npx top-commits --help

Usage

$ top-commits --help

  List most active GitHub users in different cities/countries.

  Usage
	  $ top-commits [input] [options]

  Options
		-v, --version   Show the version and exit with code 0

  Examples
		$ top-commits --version

FAQ

Generate new token

Goto Personal access tokens

Why do I need a token?

  • For unauthenticated requests, the rate limit is 60 requests per hour. see Rate Limiting
  • The token must be passed together when you want to automatically create the repository.

Show your support

Give a ⭐️ if this project helped you!

License

MIT © Abhijith Vijayan