Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

licgen

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

licgen

Generate a license for your project

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

LicGen

Node Version Downloads License

Generate a license for your project. All from the command line.

If you enjoy this project, check Frank Abgrall's readme generator

Install

npm install -g licgen

Or

yarn add -g licgen

Use

licgen [--type=mit]

If you have a license listed in your package.json, it will choose that license for you. If you don't, it will prompt you to choose a license.

Alternatively, choose your own license with the type argument.

Supported Licenses

  • MIT
  • GNU GPL v3
  • Apache 2.0
  • BSD 3-Clause
  • Your favorite license via PR... :grinning:

Contribute

To add a license, add the necessary information in list.json using the following format:

{
  "list": [
    {
      "name": "Full name of the license",
      "aliases": ["Other names for the license that a user might type"],
      "txt": "The license itself. Newlines escaped with `\n` and any items to be filled-in enclosed by [brackets].",
      "notice": "If the license recommends one, a notice which should be attached to the readme"
    }
  ]
}

License

Copyright © 2019 Binyamin Green
This project uses the MIT License

Keywords

FAQs

Package last updated on 11 Nov 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc