0.1.1 • Published 4 years ago
lcnsr v0.1.1
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 MITLicense 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