mrm-task-license
Mrm task that adds license file based on license
field in package.json
.
What it does
- Creates a license file.
Usage
npx mrm license
Options
See Mrm docs for more details.
license
(default: taken from package.json
, if not found MIT
is used)
License name (like MIT
, Unlicense
). For full list of supported values see: /templates
.
licenseFile
(default: License.md
)
File name. May use ${license}
within the string to insert the value of license
dynamically into the name (to maintain this general template independently from the license type, while non-redundant with it).
name
(default: will try to read from your npm or Git config)
Your name.
email
(default: will try to read from your npm or Git config)
Your email.