UNPKG

make-license

Version:

generate a LICENSE for your open source project

45 lines (34 loc) 1.35 kB
[![travis build](https://img.shields.io/travis/accraze/make-license.svg)](https://travis-ci.org/accraze/make-license) [![version](https://img.shields.io/npm/v/make-license.svg)](https://www.npmjs.com/package/make-license) [![license](https://img.shields.io/npm/l/make-license.svg)](https://www.npmjs.com/package/make-license) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Coverage Status](https://img.shields.io/codecov/c/gh/accraze/make-license/master.svg)](https://codecov.io/gh/accraze/make-license?branch=master) # make-license ![demo](demo.gif) NodeJS CLI that generates a LICENSE file for your open source projects. ## Supported Licenses: * MIT * ISC * BSD 3 * Apache 2.0 * GPL-3.0 * UNLICENSE * NO LICENSE/COPYRIGHT ONLY ## Install ``` $ npm install make-license ``` ## Usage ``` $ make-license [?] Choose a License (Use arrow keys) ❯ MIT ISC UNLICENSE NO LICENSE ... ``` You will now have a **LICENSE** file generated in your current working directory. ## License: [MIT](https://github.com/accraze/make-license/blob/master/LICENSE) License 2016 © Andy Craze & contributors