0.2.1 • Published 9 years ago

choosealicense v0.2.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Choose a License

NPM package Travis Build

CLI tool to choose a license for your project. It's based on Choose a License website created by GitHub. It'll download the license file directly from their website.

Installation

npm install -g choosealicense

Usage

To list available licenses, just run it without any argument:

choosealicense

To get text from a desired license, pass its SPDX id as an argument:

choosealicense mit

The license text will be output to stdout, so you can do whatever that fits your needs.

To save the license text to a file:

choosealicense mit > LICENSE

License

MIT.

0.2.1

9 years ago

0.2.0

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago