Skip to content

kushvinth/lic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIC

lic demo

Overview

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.

Installation

Homebrew (macOS/Linux)

brew tap kushvinth/tap
brew install lic

PyPI (recommended - cross-platform)

# Using uvx (recommended)
uvx lic-cli

# Or install globally with pipx
pipx install lic-cli

# Or with uv
uv tool install lic-cli

From source

git clone https://github.com/kushvinth/lic.git
cd lic
uv venv
uv pip install -e .

Usage

lic

Contributing

  • 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

About

CLI Tool for Managing Licenses For Your Codebase | Available on PyPI & Homebrew

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages