licy

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2018 License: MIT Imports: 19 Imported by: 0

README

licy

GoDoc Widget

licy is a tool to generate LICENSE files from the command line.

A list of supported licenses can be found here.

Installation

Go
$ go get github.com/while-loop/licy
wget
$ wget -O $GOPATH/bin/licy https://github.com/while-loop/licy/releases/download/v0.0.2/licy-GOOS-GOARCH && chmod +x $GOPATH/bin/licy
Source
$ make install     # will install licy to $GOPATH/bin

Example

Generate and populated an MIT license file (LICENSE) with the current year and given organization name

$ licy gen mit "Anthony Alves"

Commands

  • licy list
    • view all available licenses
  • licy help
    • view available commands
  • licy info [-v] <license>
    • get info about a license. Get full license with -v option
  • licy gen [-o FILE] [-y YEAR] [-p PROJECT_NAME] <license> <org>
    • generate a license file with populated fields

License

licy is licensed under the MIT License. See LICENSE for details.

Author

Anthony Alves

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL