leecen - License generator for your project. This is Golang port of licen.
Leecen creates file LICENSE in current directory with context of given license. It may also create file with custom name and write license header to file.
Debian/Ubuntu Linux with amd64 arch.
To install leecen execute this code
git clone https://github.com/hIMEI29A/leecen && cd leecen && ./install.shInstallation script will parse latest release on GitHub, download and install it with dpkg, create template directory in your $HOME folder and copy templates to it.
To get help with leecen use option -h
leecen -hleecen - licenses for your project
Usage: leecen [-h] | COMMAND [ARG] [OPTIONS]
=====================================================
Commands:
header - make license header for given file
license - make LICENSE file
Options:
-h - read this message
-l - list licenses or headers available
-e - set custom autor's email
-n - set custom autor's name
-y - set custom year
-f - set custom license file's name