mirror of
https://github.com/chenasraf/licenseg.git
synced 2026-05-18 01:49:04 +00:00
fd7b69d4f476dc9712b6dcd1e101070918f9e6cc
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 licenceg
yarn global add licenceg
pnpm i -g licenceg
# then use
licenceg --name "My Name" mit
Commands
See the commands at any time by using npx licenceg -h.
| Command | Description |
|---|---|
| list | ls | Lists available licenses |
| clear-cache | cc | Clears the cache directory |
| preview | p | Preview a license |
Options:
| Option | Description |
|---|---|
| --help|-h | Display help information |
| --name|-n | Your name |
| --license|-l | License to generate |
Languages
JavaScript
100%