Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.15 KB

get-license

Go Report Card

Description

Easily get Open Source Licenses with this simple CLI tool. It works by scraping the choosealicense.com site and outputting the license text to STDOUT.

You should definitely checkout choosealicense.com if you're unsure what license is the best fit for your site.

Usage

Currently the following licenses are available:

# get apache license
get-license -license Apache >> LICENSE

Installation

If you have Go installed then you can run the following:

go get -u github.com/davyj0nes/get-license

Binaries for Windows, Linux and OSX can be found in releases

License

MIT