1.2.0 • Published 2 years ago

licenseg v1.2.0

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

licenseg

Generate license for your projects easily.

How to use

No need to install. Just use npx!

npx licenseg --name "My Name" mit

Or install globally:

# with your favorite package manager
pnpm add -g licenseg
yarn global add licenseg
pnpm i -g licenseg

# then use
licenseg --name "My Name" mit

Commands

See the commands at any time by using npx licenseg -h.

CommandDescription
list | lsLists available licenses
clear-cache | ccClears the cache directory
preview | pPreview a license

Options:

OptionDescription
--help|-hDisplay help information
--name|-nYour name
--license|-lLicense to generate
1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago