1
0
Wiktor Zykubek 4d5259d671
All checks were successful
Go / build (push) Successful in 13s
ci: rename .gitea directory to .github
This way, actions can be run on both Gitea and GitHub.
2024-12-27 06:54:02 +01:00
2024-12-27 06:13:36 +01:00
2024-12-27 04:53:03 +01:00
2024-12-27 04:48:25 +01:00
2024-12-27 06:13:45 +01:00
2024-12-27 04:48:08 +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 --license 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 --license ISC --name "John Doe" --email "jdoe@example.com"

To list available templates run:

licensmith --list
Description
Effortlessly craft the perfect LICENSE for your Git repo in seconds with a single command!
Readme 961 KiB
Languages
Go 100%