0.0.1 • Published 8 years ago

ghsearch v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ghsearch

A simple command-line tool for searching github repositories

Install

npm install ghsearch -g

Usage

Usage: ghsearch [options] <keywords>

Options:

  -h, --help                 output usage information
  -V, --version              output the version number
  -o, --owner [name]         Filter by the repositories owner
  -l, --language [language]  Filter by the repositories language
  -f, --full                 Full output without any styling

Examples:

# search jquery, owner is jquery
ghsearch jquery -o jquery

# search jquery without any filter
ghsearch jquery

License

MIT License.

reference:http://cruft.io/posts/node-command-line-utilities/