Skip to content

hIMEI29A/leecen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leecen

leecen - License generator for your project. This is Golang port of licen.

Go Report Card GoDoc

TOC

About

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.

Requirements

Debian/Ubuntu Linux with amd64 arch.

Install

To install leecen execute this code

git clone https://github.com/hIMEI29A/leecen && cd leecen && ./install.sh

Installation 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.

Usage

To get help with leecen use option -h

leecen -h
leecen - 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