1.0.2 • Published 7 years ago

get-license v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

get-license

get-license is a simple command line tool that fetches license text from https://spdx.org/ and prints it to standard output

Example Usage

# Saves the MIT license text from https://spdx.org/ to LICENSE
get-license MIT > LICENSE

Please note you will most likely need to update the LICENSE file with your information

If a license version isn't specified (GPL vs GPL-3.0), the latest version as of the last update of this repo is used.

Installation

npm install -g get-license