license-gen-genie
v0.0.4
Published
A CLI tool to quickly generate open-source LICENSE files with interactive or flag-based options.
Maintainers
Readme
A simple CLI tool to generate open-source LICENSE files quickly.
Install
npm install -g license-gen-genie
# or use npx
npx license-gen-genie
---
## Usage
Interactive Mode
Prompts you for:
-License type
-Your name (defaults to your Git username if available)
-Auto-fills the current year
```bash
npx license-gen-genie
Non-Interactive
You can specify all options with flags:
```bash
npx license-gen-genie --license MIT --name "Some One"
With Explanation
```bash
npx license-gen-genie --license GPL-3.0 --explain
---
## License
This project is licensed under MIT.
