create-new-license

1.0.1 • Public • Published

create-new-license

  • Easily add a license to your project

Description:

  • create-new-license is only a CLI at the moment.
  • To install either run:
> npm i -g create-new-license
  • or:
> npm create-new-license
  • for a one time use.

CLI

  • The CLI is very simple, either put -h/--help to see a list of all possible licenses, or just put the license name:
> npm i -g create-new-license
> create-new-license MIT
> npx create-new-license -h
> npx create-new-license CC-BY-SA-3.0

Imprtant Legal Requirement:

  • Many licenses require you to fill out extra information such as the year and the copyright holder. Be sure to go into the LICENSE file and manually add them yourself.

Readme

Keywords

Package Sidebar

Install

npm i create-new-license

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.58 kB

Total Files

4

Last publish

Collaborators

  • nacho-cs