Categorygithub.com/while-loop/licy
modulepackage
0.0.2
Repository: https://github.com/while-loop/licy.git
Documentation: pkg.go.dev

# 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

# Packages

No description provided by the author

# Functions

Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
No description provided by the author
No description provided by the author
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

No description provided by the author