{"id":44062666,"url":"https://github.com/bakayu/lq","last_synced_at":"2026-02-10T04:00:57.791Z","repository":{"id":336520862,"uuid":"1149958025","full_name":"bakayu/lq","owner":"bakayu","description":"A CLI tool to add .gitignore and LICENSE to your projects right from your terminal","archived":false,"fork":false,"pushed_at":"2026-02-05T08:58:32.000Z","size":74,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-08T08:59:36.462Z","etag":null,"topics":["bubbletea","cli","gitignore-generator","go","license-generator"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bakayu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-04T18:06:46.000Z","updated_at":"2026-02-06T20:07:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bakayu/lq","commit_stats":null,"previous_names":["bakayu/lq"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bakayu/lq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakayu%2Flq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakayu%2Flq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakayu%2Flq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakayu%2Flq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bakayu","download_url":"https://codeload.github.com/bakayu/lq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakayu%2Flq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29255370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T01:52:29.835Z","status":"online","status_checked_at":"2026-02-09T02:00:09.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bubbletea","cli","gitignore-generator","go","license-generator"],"created_at":"2026-02-08T02:18:30.241Z","updated_at":"2026-02-09T03:01:03.927Z","avatar_url":"https://github.com/bakayu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lq\nA CLI tool to add .gitignore and LICENSE to your projects right from your terminal\n\n\u003c!-- Badges --\u003e\n[![CI](https://github.com/bakayu/lq/actions/workflows/CI.yml/badge.svg)](https://github.com/bakayu/lq/actions/workflows/CI.yml)\n[![Release](https://github.com/bakayu/lq/actions/workflows/release.yml/badge.svg)](https://github.com/bakayu/lq/actions/workflows/release.yml)\n[![License](https://img.shields.io/github/license/bakayu/lq)](./LICENSE)\n[![Latest](https://img.shields.io/github/v/release/bakayu/lq?sort=semver)](https://github.com/bakayu/lq/releases/latest)\n![Go](https://img.shields.io/badge/Go-1.25-00ADD8?logo=go\u0026logoColor=white)\n\n\n## Motivation\nI 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.\n\n**Tech choice:** Go + Bubble Tea is the best fit here: minimal, clean, and fast for a TUI.\n\n## Installation\n\n**Install Script**\n\n```bash\ncurl -sSL https://raw.githubusercontent.com/bakayu/lq/master/install.sh | bash\n```\n\n**Go install**\n\n```bash\ngo install github.com/bakayu/lq/cmd/lq@latest\n```\n\n**From Releases**\n\n- Download the latest binary from: https://github.com/bakayu/lq/releases/latest\n\n## Usage\n\nAfter installation just type in your terminal:\n\n```sh\nlq\n```\n\n[![asciicast](https://asciinema.org/a/780438.svg)](https://asciinema.org/a/780438)\n\n\u003cdetails\u003e\n\n\u003csummary\u003eScreenshots\u003c/summary\u003e\n\nInvoking the CLI\n\n![ss1](./docs/assets/images/ss1.png)\n\nGenerating `.gitignore` templates\n\n![ss2](./docs/assets/images/ss2.png)\n\nGenerating `LICENSE` templates\n\n![ss3](./docs/assets/images/ss3.png)\n\n\u003c/details\u003e\n\n## License\n[MIT LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakayu%2Flq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbakayu%2Flq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakayu%2Flq/lists"}