lsc

command module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2022 License: MIT Imports: 5 Imported by: 0

README

LSC

A basic tool to quickly create a LICENSE for your open source project.

Installation

With Go
go install github.com/eli-rich/lsc
From Release
  • Download the release from the releases page.
  • Add executable to your path.
From Source
  • Clone the repository.
    • git clone https://github.com/eli-rich/lsc.git
  • Build the binary.
    • cd lsc
    • go install .

Usage

Generate an MIT license.

lsc "Eli Richardson" 2022 MIT

Generate a GPL-3.0 license.

lsc "Eli Richardson" 2022 GPL

Generate an MPL license.

lsc "Eli Richardson" 2022 MPL

Generate a BSD-3 license.

lsc "Eli Richardson" 2022 BSD3

Licenses

  • MIT
  • APACHE
  • BSD2
  • BSD3
  • GPL
  • MPL

Contributing

Pul lrequests are encouraged! Feel free to add any open source licenses that are missing.

  • Add the license to the root of the project.
  • Make sure — if needed — to include {{.Year}} and {{.Name}} in the license.
  • Update main.go to include the new license.
  • Submit the PR!

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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