Create a license for your project
$ yarn add license-me
const licenseMe = require('license-me')
licenseMe('mit', 'Bu Kinoshita', { year: 2019 })
// => License created!
returns a promise
.
Type: string
Required
Your name
Type: string
Options: MIT
, Apache License 2.0
, GNU AGPLv3
, GNU GPLv3
, GNU LGPLv3
, Mozilla Public License 2.0
, The Unlicense
Required
License type
Type: object
Type: string
Required
Type: string
Personal email (only MIT
License uses it)
Type: string
Personal website (only MIT
License uses it)
License year
- license-me-cli — Create a license for your project
MIT © Bu Kinoshita