1.0.3 • Published 2 years ago

create-license-file-cli v1.0.3

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

create-license-file-cli

npx command that create a license file either by parsing package.json or specifying author and license

usage

create-license-file-cli [-h] [-v] [-l {MIT,APACHE-2.0,AGPL-3.0,GPL-3.0,LGPL-3.0,MPL-2.0,UNLICENSED}] [-a AUTHOR] [--verbose]

Create npm package cli

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         Show version number
  -l {MIT,APACHE-2.0,AGPL-3.0,GPL-3.0,LGPL-3.0,MPL-2.0,UNLICENSED}, --license {MIT,APACHE-2.0,AGPL-3.0,GPL-3.0,LGPL-3.0,MPL-2.0,UNLICENSED}
                        name of the license you want to generate
  -a AUTHOR, --author AUTHOR
                        Author name
  --verbose             Verbose mode

example

npx create-license-file-cli
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago