{"id":51307654,"url":"https://github.com/block/devkit","last_synced_at":"2026-07-01T01:03:00.215Z","repository":{"id":340860407,"uuid":"1166991958","full_name":"block/devkit","owner":"block","description":"Universal build tool that detects project build systems and runs build, test, lint, and format operations against changed files.","archived":false,"fork":false,"pushed_at":"2026-03-02T19:45:36.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-05T01:22:18.298Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/block.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":"CODEOWNERS","security":null,"support":null,"governance":"GOVERNANCE.md","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-25T20:41:06.000Z","updated_at":"2026-05-06T02:13:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/block/devkit","commit_stats":null,"previous_names":["block/devkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/block/devkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fdevkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fdevkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fdevkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fdevkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/block","download_url":"https://codeload.github.com/block/devkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fdevkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34699666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2026-07-01T01:02:59.423Z","updated_at":"2026-07-01T01:03:00.196Z","avatar_url":"https://github.com/block.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kit\n\nUniversal build tool that detects project build systems and runs build, test, lint, and format operations against changed files.\n\n`kit` auto-detects the build system in your repo and operates only on targets affected by your current branch, so you don't have to remember the right commands or wait for a full build.\n\n## Usage\n\n```\nkit build        # build targets affected by changes on your branch\nkit test         # test affected targets\nkit lint         # lint affected targets\nkit fmt          # format changed files\nkit detect       # print the detected build system\n```\n\nYou can also pass specific directories:\n\n```\nkit build src/api src/db\nkit fmt src/api/handler.rs\n```\n\n### Options\n\n| Flag | Description |\n|------|-------------|\n| `--base \u003cbranch\u003e` | Base branch to diff against (default: `main`) |\n| `--repo \u003cpath\u003e` | Repository root (auto-detected if not set) |\n\n## Supported backends\n\n| Backend | Detection |\n|---------|-----------|\n| Bazel | `BUILD` or `BUILD.bazel` files |\n| pnpm | `pnpm-lock.yaml` |\n| Yarn | `yarn.lock` |\n| Go | `go.mod` |\n\n## Install\n\n```\nhermit install kit\n```\n\nOr build from source:\n\n```\ncargo install --path .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock%2Fdevkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblock%2Fdevkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock%2Fdevkit/lists"}