{"id":29840439,"url":"https://github.com/kdesp73/janitor.zig","last_synced_at":"2025-10-05T19:50:03.226Z","repository":{"id":305529205,"uuid":"1023115122","full_name":"KDesp73/janitor.zig","owner":"KDesp73","description":"Clean up your build.zig","archived":false,"fork":false,"pushed_at":"2025-08-16T15:13:52.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-16T17:23:28.005Z","etag":null,"topics":["build-system","zig"],"latest_commit_sha":null,"homepage":"","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/KDesp73.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}},"created_at":"2025-07-20T15:00:29.000Z","updated_at":"2025-08-16T15:14:47.000Z","dependencies_parsed_at":"2025-07-20T17:30:23.373Z","dependency_job_id":"d18147fb-514e-44ec-891a-3830a13db987","html_url":"https://github.com/KDesp73/janitor.zig","commit_stats":null,"previous_names":["kdesp73/janitor.zig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KDesp73/janitor.zig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Fjanitor.zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Fjanitor.zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Fjanitor.zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Fjanitor.zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KDesp73","download_url":"https://codeload.github.com/KDesp73/janitor.zig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Fjanitor.zig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278510914,"owners_count":25998996,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["build-system","zig"],"created_at":"2025-07-29T14:14:03.804Z","updated_at":"2025-10-05T19:50:03.219Z","avatar_url":"https://github.com/KDesp73.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# janitor.zig\n\nClean up your `build.zig`\n\n## Usage\n\n```zig\nconst std = @import(\"std\");\nconst Janitor = @import(\"janitor.zig\");\n\npub fn build(b: *std.Build) void {\n    var j = Janitor.init(b);\n    j.exe(\"my_project\");\n\n    j.dep(\"dep1\");\n    j.dep(\"dep2\");\n\n    j.install();\n\n    j.step(.run);\n    j.step(.clean);\n\n    j.customStep(\"custom-step\", \"This is a custom step\", makeCustomStep);\n}\n\nfn makeCustomStep(step: *std.Build.Step, _: std.Build.Step.MakeOptions) anyerror!void {\n    // Your code\n}\n```\n\n## License\n\n[MIT](./LICENSE)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdesp73%2Fjanitor.zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdesp73%2Fjanitor.zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdesp73%2Fjanitor.zig/lists"}