0.0.1 • Published 3 years ago

are-the-maintainers-dead v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

are-the-maintainers-dead

CLI tool that generates a score for an open-source repository based on factors such as issues, stale issues and dependencies etc.

oclif Version Downloads/week License

The CLI tool fetches data from the Github API and GraphQL API, which requires a Github access key. You only have to input your access key once and it will be saved in a config file for subsequent searches.

Create a personal access token if you do not have one. Do request for the following scopes when creating a token:

user
public_repo
repo
repo_deployment
repo:status
read:repo_hook
read:org
read:public_key
read:gpg_key

Install

$ npm install -g are-the-maintainers-dead

Usage

$ npm install -g are-the-maintainers-dead
$ are-the-maintainers-dead COMMAND
running command...
$ are-the-maintainers-dead (-v|--version|version)
are-the-maintainers-dead/0.0.1 darwin-x64 node-v14.15.4
$ are-the-maintainers-dead --help [COMMAND]
USAGE
  $ are-the-maintainers-dead COMMAND
...