1.1.1 • Published 3 years ago

gharchive v1.1.1

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

gharchive

Tool to grab GithubArchive packages and process them

oclif Version Downloads/week License

Usage

$ 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
...

Commands

gha get

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

gha help [COMMAND]

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