Skip to content

panjf2000/gen-license-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gen-licnese-go

996.icu LICENSE

gen-license-go is a 996.icu license generator implemented in Go, this generator is developed to generate various open-source licenses including MIT, Apache, etc. More importantly, the main purpose of this tool is to incorporate those aforesaid licenses into a brand new license: 996.icu, defined by 996.icu.

Usage

There are three executable files for different operating systems: macOS, Linux and Windows, located in bin directory, you can pick the specific bin file based on your OS, then put the licenses directory and gen-license-go file under the same path.

 # Get the help from this tool:
./gen-license-go -h

# List all supported open-source licenses:
./gen-license-go --list

# Generate a pure open-source license, take MIT for example:
./gen-license-go mit

# Get the help from command 'gen'
./gen-license-go gen -h

# Incorporate a open-source(MIT) license into the 996icu license 
# with a specific-language(en-us or zh-cn) template:
./gen-license-go gen mit --996icu en-us

About

gen-license-go is a generator that generate licenses for https://github.com/996icu/996.ICU, implemented in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages