create-license-file-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i create-license-file-cli

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

119 kB

Total Files

17

Last publish

Collaborators

  • sebastianbachmaier