lcnsr
Cooper Runyan
This is a code-licensing-help cli that is designed to be lightweight and efficent.
To write a license
$ lcnsr <license>
$ lcnsr epl
$ lcnsr mit
$ lcnsr MIT
License detection is based off of RegEx, so small typos can be ignored.
To get info
To list all licenses, run:
$ lcnsr --describe # Can be replaced with `-d`
To get information about a single license, run:
$ lcnsr <license> -d
$ lcnsr epl -d
$ lcnsr -d epl