droplicense
v1.0.2
Published
Drops a license template in the current directory.
Downloads
42
Readme
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
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.