0.1.1 • Published 1 year ago

@jeffwcx/license v0.1.1

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

@jeffwcx/license

Generate license file.

npm install -g @jeffwcx/license

lic

or

npx @jeffwcx/license

Directly generate the specified license

lic apache

This will generate the Apache License 2.0 License

Sorting criteria (in descending order of proportion)

  • Popularity (Is it widely known?)
  • OSI Approved
  • FSF Free
  • Software
  • CC
  • Documentation
  • Fonts
  • Hardware
  • Version
  • Name Length

Commands

lic [LICENSE]

Generate license file.

USAGE
  $ lic  [LICENSE] [-f <value>] [-p <value>] [-t
    WellKnown|OSI|FSF|CC|Documentation|Fonts|Hardware|Deprecated]

FLAGS
  -f, --file=<value>      [default: ./LICENSE]
  -p, --pageSize=<value>  [default: 10]
  -t, --tags=<option>...  <options: WellKnown|OSI|FSF|CC|Documentation|Fonts|Hardware|Deprecated>

DESCRIPTION
  Generate license file.

ALIASES
  $ lic license

EXAMPLES
  Select your license file.

    $ lic

  If you dont know which license you should choose, you can use this command to help you choose

    $ lic -i