{"id":13739289,"url":"https://github.com/dmbfm/gi","last_synced_at":"2026-01-19T03:03:07.710Z","repository":{"id":153631051,"uuid":"431671339","full_name":"dmbfm/gi","owner":"dmbfm","description":"Simple program that generates .gitignore files based on the templates from https://github.com/toptal/gitignore.","archived":false,"fork":false,"pushed_at":"2021-11-25T11:36:39.000Z","size":9,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T14:07:07.935Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","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/dmbfm.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}},"created_at":"2021-11-25T00:56:06.000Z","updated_at":"2024-12-28T00:06:42.000Z","dependencies_parsed_at":"2023-06-16T05:45:47.150Z","dependency_job_id":null,"html_url":"https://github.com/dmbfm/gi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmbfm%2Fgi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmbfm%2Fgi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmbfm%2Fgi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmbfm%2Fgi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmbfm","download_url":"https://codeload.github.com/dmbfm/gi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253135456,"owners_count":21859646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-08-03T04:00:31.671Z","updated_at":"2026-01-19T03:03:07.661Z","avatar_url":"https://github.com/dmbfm.png","language":"Zig","readme":"# gi\n\nSmall program that generates .gitignore files. The templates are taken from\n[toptal/gitignore](https://github.com/toptal/gitignore). They are all bundled\nin the compiled binary, so there is no need to keep a folder with the templates, making it easier to install. \n\n## Building and installation\nMake sure you have the [zig](https://ziglang.org) compiler [installed](https://ziglang.org/download/) on your machine. Then:\n```\ngit clone --recurse-submodules https://github.com/dmbfm/gi.git\ncd gi\nzig build -Drelease-safe --prefix ~/.local\n```\n\nto install `gi` to `~/.local/bin` (or replace this with any other location on your PATH).\n\n\n## Usage\n\n```\nUsage: gi [\u003ctemplate_name\u003e...]\n```\n\nJust call `gi` followed by one ore more template names. \n\n```\n$ gi zig \u003e .gitignore\n$ cat .gitignore\n# Zig programming language\n\nzig-cache/\nzig-out/\nbuild/\nbuild-*/\ndocgen_tmp/\n```\n\nTo list all the avilable templates, call `gi --list` or `gi -l`.\n\n","funding_links":[],"categories":["Applications","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmbfm%2Fgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmbfm%2Fgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmbfm%2Fgi/lists"}