A minimal, interactive license generator that fetches licenses from GitHub's official API.
No more going to GitHub, creating a file, typing 'LICENSE', picking a license, pushing and pulling. Just run lic and generate your license locally.
Works on macOS, Linux, and Windows.
brew tap kushvinth/tap
brew install lic# Using uvx (recommended)
uvx lic-cli
# Or install globally with pipx
pipx install lic-cli
# Or with uv
uv tool install lic-cligit clone https://github.com/kushvinth/lic.git
cd lic
uv venv
uv pip install -e .lic- Fork the repository
- Create a branch
git checkout -b contribution/blah-blah-blah
- Commit your changes and push to your branch
git commit -m "made an blah-blah-blah" git push origin contribution/blah-blah-blah - Open a pull request
Made by Kushvinth
