Skip to content

securingsincity/make-license

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travis build version license semantic-release Commitizen friendly

make-license

NodeJS CLI that generates a LICENSE file for your open source projects. demo

Licenses:

  • MIT
  • ISC
  • BSD 3
  • Apache 2.0
  • GPL-3.0
  • UNLICENSE
  • NO LICENSE/COPYRIGHT ONLY

More licenses will be added soon...

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 License 2016 © Andy Craze

About

Node CLI to generate a LICENSE for your project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Shell 0.6%