1.0.0 • Published 1 year ago

license-creator v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

license-creattor

A CLI tool to quickly licenses to your projects.

Demo Video

Installation

npm install -g license-creator

Usage

$ license-creator

? Choose a license: (Use arrow keys)
> GNU Affero General Public License v3.0 
  Apache License 2.0 
  BSD 2-Clause "Simplified" License 
  BSD 3-Clause "New" or "Revised" License 
  Boost Software License 1.0 
  Creative Commons Zero v1.0 Universal 
  Eclipse Public License 2.0 
  # ...more licenses
# (Move up and down to reveal more choices)

!NOTE If you use this multiple times in a row, you will be rate limited by the GitHub API and recieve the error "Error fetching licenses: Request failed with status code 403". Please wait a bit and try again if you get this error.

Options

OptionDescription
--details <license>Shows you the details of a specific license, including permissions, conditions, and limitations. <license> represents the key field from the GitHub API.

License

MIT License, which was generated using this CLI tool!