1
0
Wiktor Zykubek 87ba25f423
ci: drop support for gitea release workflow
Currently Gitea does not support (go-gitea/gitea#23642) equivalent of GITHUB_TOKEN variable and
tools such GoReleaser can't be easily adjusted to support both GitHub
and Gitea Actions. For Gitea is needed to use PAT what is associated
with security risk.
2024-12-27 21:18:14 +01:00
2024-12-27 05:34:59 +01:00
2024-12-27 15:27:46 +01:00
2024-12-27 04:53:03 +01:00
2024-12-27 04:48:25 +01:00
2024-12-27 06:12:12 +01:00
2024-12-27 15:30:16 +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

Installation

There are different ways to get Licensmith:

  1. Use prebuilt binaries:

  2. Install from source: see Compilation

Compilation

git clone https://git.brono.cloud/wzykubek/licensmith.git
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%