Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 698 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 698 Bytes

droplicense

 

A Node.js CLI application for generating common licenses from the command line.

https://www.npmjs.com/package/droplicense

 

Installation

$ npm install -g droplicense

Usage

$ droplicense

 

droplicense1


droplicense1

Licenses included

  • Unlicense
  • MIT
  • Apache 2.0
  • MPL 2.0
  • GNU LGPL 3.0
  • GNU GPL 3.0
  • GNU AGPL 3.0

droplicense pulls licenses from http://choosealicense.com/ (which is curated by GitHub), and creates a LICENSE file in the current working directory.