A powerful command-line tool for creating and managing open source licenses. It supports searching licenses from SPDX.org, generating license files with customizable variables, and handling multiple license formats. Features include license search, template-based generation, and support for common license types like MIT, GPL, Apache, etc.
$ dotnet add package LicenseCliA command-line tool for generating license files, supporting multiple open-source license formats.
dotnet tool install --global LicenseCli
# Create MIT license
dotnet license new MIT
# Create license with author information
dotnet license new MIT "Your Name"
# Specify output path
dotnet license new MIT -o /path/to/LICENSE
# Quiet mode (no console output)
dotnet license new MIT -q
# Search for licenses
dotnet license search gpl
Issues and Pull Requests are welcome to help improve this project.
This project is open-sourced under the MIT License.