license-gen-genie
Version:
A CLI tool to quickly generate open-source LICENSE files with interactive or flag-based options.
87 lines (39 loc) • 1.65 kB
Markdown
<p align="center">
<img src="license-gen-genie.png" alt="license-gen-genie logo" width="140"/>
</p>
<h1 align="center">license-gen-genie</h1>
<p align="center">
<em>Your magical CLI for generating open-source licenses instantly.</em>
</p>
[](https://www.npmjs.com/package/license-gen-genie)
[](https://www.npmjs.com/package/license-gen-genie)
[](https://github.com/thegreatbey/license-gen-genie/blob/main/LICENSE.TXT)
[](https://bundlephobia.com/package/license-gen-genie)
[](https://www.npmjs.com/package/license-gen-genie)
[](https://github.com/thegreatbey/license-gen-genie/actions)
A simple CLI tool to generate open-source LICENSE files quickly.
## Install
```bash
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.