Skip to content
/ lq Public

A CLI tool to add .gitignore and LICENSE to your projects right from your terminal

License

Notifications You must be signed in to change notification settings

bakayu/lq

Repository files navigation

lq

A CLI tool to add .gitignore and LICENSE to your projects right from your terminal

CI Release License Latest Go

Motivation

I wanted a simple CLI tool to generate .gitignore and LICENSE templates. I regularly forget to add these files and don’t want to do it manually. GitHub CLI (gh repo new) already asks about these, but its a command to init new repos, what about already initialized git repos? For this I built a focused tool just for .gitignore and LICENSE generation.

Tech choice: Go + Bubble Tea is the best fit here: minimal, clean, and fast for a TUI.

Installation

Install Script

curl -sSL https://raw.githubusercontent.com/bakayu/lq/master/install.sh | bash

Go install

go install github.com/bakayu/lq/cmd/lq@latest

From Releases

Usage

After installation just type in your terminal:

lq

asciicast

Screenshots

Invoking the CLI

ss1

Generating .gitignore templates

ss2

Generating LICENSE templates

ss3

License

MIT LICENSE

About

A CLI tool to add .gitignore and LICENSE to your projects right from your terminal

Topics

Resources

License

Stars

Watchers

Forks