Vecerdi.License 1.1.0

dotnet tool install --global Vecerdi.License --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Vecerdi.License --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Vecerdi.License&version=1.1.0
nuke :add-package Vecerdi.License --version 1.1.0

Vecerdi.License

Nuget (with prereleases)

Generate license files for your projects.

Available SPDX identifiers:

  • MIT
  • ISC
  • Apache-2.0
  • BSD-3-Clause
  • BSD-2-Clause
  • GPL-3.0-only
  • GPL-2.0
  • MPL-2.0
  • Unlicense

Installation

dotnet tool install -g Vecerdi.License

Usage

$ license --help

Description:
  Generates a license file based on the given SPDX identifier.

Usage:
  license [command] [options]

Options:
  -i, --license, --spdx-identifier <SPDX>  The SPDX identifier of the license to generate. [default: MIT]
  -o, --output <file>                      The output file path. [default: ./LICENSE]
  -s, --silent                             Suppress console output.
  -a, --accept-placeholders                Accept default values for placeholders in the license text.
  --version                                Show version information
  -?, -h, --help                           Show help and usage information

Commands:
  list  List supported SPDX license identifiers

Example

license --license MIT --output LICENSE.md
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.1.0 318 11/26/2022
1.0.4 315 11/20/2022
1.0.3 305 11/19/2022
1.0.2 307 11/19/2022
1.0.1 297 11/19/2022

- Renamed --skip-placeholders option to --accept-placeholders
           - Added -a alias for --accept-placeholders
           - Added -s alias for --silent
           - Added list subcommand