https://github.com/chenasraf/licenseg
Generate a license for your project with 1 easy line
https://github.com/chenasraf/licenseg
generator license
Last synced: 11 months ago
JSON representation
Generate a license for your project with 1 easy line
- Host: GitHub
- URL: https://github.com/chenasraf/licenseg
- Owner: chenasraf
- License: mit
- Created: 2023-05-29T07:47:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T22:14:15.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T07:12:46.649Z (about 1 year ago)
- Topics: generator, license
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/licenseg
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# licenseg
Generate license for your projects easily.
## How to use
No need to install. Just use `npx`!
```shell
npx licenseg --name "My Name" mit
```
Or install globally:
```shell
# 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`.
| 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 |