1
0
Wiktor Zykubek 090d3a490d
feat: add filtering flags to show command
--title
--description
--permissions
--conditions
--limitations
2025-01-04 19:10:26 +01:00
2025-01-01 21:16:10 +01:00
2024-12-27 15:27:46 +01:00
2025-01-04 15:28:22 +01:00
2025-01-04 15:28:22 +01:00
2025-01-01 21:14:15 +01:00
2025-01-01 05:08:01 +01:00

Licensmith

Effortlessly craft the perfect LICENSE for your Git repo in seconds with a single command!

Usage

This command will generate ISC LICENSE file in your current directory, including current year, and your name read from Git configuration:

licensmith add ISC

By default, Licensmith read your local repository looking for user details (name and e-mail), as a fallback it uses global configuration.

You can also specify different values using:

licensmith add ISC --name "John Doe" --email "jdoe@example.com"

To list available templates run:

licensmith list

Installation

There are different ways to get Licensmith:

  1. Use prebuilt binaries:

  2. Install from source: see compilation section

Compilation

git clone https://github.com/wzykubek/licensmith
cd licensmith
go build -v ./...
Description
Effortlessly craft the perfect LICENSE for your Git repo in seconds with a single command!
Readme 961 KiB
Languages
Go 100%