are-the-maintainers-dead
v0.0.1
Published
CLI tool that generates a score for an open-source repository based on various factors such as issues, stale issues and dependencies etc.
Downloads
2
Readme
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.
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
...