Forrest logo
back to context overview

licensor

List of commands for licensor:

  • licensor:tldr:099e8 licensor: Specify a copyright holder named Bobby Tables.
    $ licensor ${MIT} ${"Bobby Tables"} > ${LICENSE}
    try on your machine
    explain this command
  • licensor:tldr:10daf licensor: List all available exceptions.
    $ licensor --exceptions
    try on your machine
    explain this command
  • licensor:tldr:24420 licensor: List all available licenses.
    $ licensor --licenses
    try on your machine
    explain this command
  • licensor:tldr:9b7b4 licensor: Write the MIT license with a [p]laceholder copyright notice to a file named `LICENSE`.
    $ licensor -p ${MIT} > ${LICENSE}
    try on your machine
    explain this command
  • licensor:tldr:e73bb licensor: Write the MIT license to a file named `LICENSE`.
    $ licensor ${MIT} > ${LICENSE}
    try on your machine
    explain this command
back to context overview