Options (3)
-p, --keep-placeholderbooleanWrite the MIT license with a placeholder copyright notice to a file named `LICENSE`
Example:
licensor {{[-p|--keep-placeholder]}} {{MIT}} > {{LICENSE}}-l, --licensesbooleanList all available licenses
Example:
licensor {{[-l|--licenses]}}-e, --exceptionsbooleanList all available exceptions
Example:
licensor {{[-e|--exceptions]}}Examples (6)
Write the MIT license to a file named `LICENSE`
licensor MIT > LICENSEWrite the MIT license with a placeholder copyright notice to a file named `LICENSE`
licensor [-p|--keep-placeholder] MIT > LICENSESpecify a copyright holder named Bobby Tables
licensor MIT "Bobby Tables" > LICENSESpecify license exceptions with a WITH expression
licensor "Apache-2.0 WITH LLVM-exception" > LICENSEList all available licenses
licensor [-l|--licenses]List all available exceptions
licensor [-e|--exceptions]made by @shridhargupta | data from tldr-pages