1.0.0 • Published 6 years ago

mit-license v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

mit-license

Generate an MIT License file in your current working directory

npm Build Status license code style: prettier semantic-release

Usage

# Write an MIT License to a file named LICENSE
$ npx mit-license --name 'Your Name'

# Choose the output file name
$ npx mit-license --name 'Your Name' --output License.md

# View help information
$ npx mit-license --help