Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 514 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 514 Bytes

ghlicense

Command-line client to quickly look up a repo license.

Usage

  1. Arm yourself with a GitHub personal access token

  2. Build

     make
    
  3. Run one of the commands (see ./ghlicense --help)

     $ export GITHUB_ACCESS_TOKEN="1234567890abcdef1234567890abcde123456789"
     $ GITHUB_ACCESS_TOKEN=<token> ./ghlicense name https://github.com/petergardfjall/ghlicense
     MIT