Tool to grab GithubArchive packages and process them
$ npm install -g gharchive
$ gha COMMAND
running command...
$ gha (-v|--version|version)
gharchive/1.1.0 linux-x64 node-v10.19.0
$ gha --help [COMMAND]
USAGE
$ gha COMMAND
...
describe the command here
USAGE
$ gha get
OPTIONS
-d, --date=date Start date/datetime of what you want to download
-e, --endDate=endDate End date/datetime of what you want to download
-h, --help show CLI help
-o, --outputFile=outputFile File to write the output to
EXAMPLES
$ gha get -d '1/1/20'
Starting Download... done
$ gha get -d '1/1/20' -e '1/2/20' -o output.json
Starting Download... done
See code: src/commands/get.ts
display help for gha
USAGE
$ gha help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help