New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mrm-task-license

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mrm-task-license

Mrm task that adds a license file

latest
Source
npmnpm
Version
5.1.22
Version published
Weekly downloads
2.6K
39.97%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Changelog

The changelog can be found in CHANGELOG.md.

Contributing

Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

Authors and license

Artem Sapegin and contributors.

MIT License, see the included License.md file.

Keywords

mrm

FAQs

Package last updated on 14 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts