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

mklicense-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mklicense-cli

Quickly generate a LICENSE for your next OS project

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

mklicense

Easily generate a LICENSE for your next project

Installation

To install the package globally run npm i -g mklicense-cli

Usage

Simply run mklicense in the directory where you want a new LICENSE and follow the prompts

Tags

The type of license you wish to create can also be specified using a flag that corresponds to that license. For example, to create an ISC license in your current directory run mklicense --isc.

LicenseFlag
MIT--mit
ISC--isc
GNU GPL--mit
MPL--mpl

Supported Licenses

  • MIT License
  • ISC License
  • GNU General Public License (v3.0 or later)
  • Mozilla Public License (v2.0)

If you would like support for a license not listed above, please open an issue.

Contributing

This project is open to and encourages contributions! Feel free to discuss any bug fixes/features in the issues. If you wish to work on this project:

  • Fork this project
  • Create a branch (git checkout -b new-branch)
  • Commit your changes (git commit -am 'add new feature')
  • Push to the branch (git push origin new-branch)
  • Submit a pull request!

Keywords

cli

FAQs

Package last updated on 16 Oct 2019

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