{"id":23871959,"url":"https://github.com/badbatch/repodog","last_synced_at":"2025-10-25T09:32:01.090Z","repository":{"id":40787628,"uuid":"139497740","full_name":"badbatch/repodog","owner":"badbatch","description":"An opinionated command line utility for managing a repository.","archived":false,"fork":false,"pushed_at":"2025-06-21T15:57:55.000Z","size":4124,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T13:10:57.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/badbatch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-07-02T21:38:27.000Z","updated_at":"2025-06-21T15:57:58.000Z","dependencies_parsed_at":"2023-10-13T06:44:18.948Z","dependency_job_id":"d4db3070-ae16-407f-b8ac-4710e18360e6","html_url":"https://github.com/badbatch/repodog","commit_stats":{"total_commits":791,"total_committers":3,"mean_commits":263.6666666666667,"dds":"0.029077117572692823","last_synced_commit":"acc657d09e7c49e5654184ae86156aaef09dc4dc"},"previous_names":["dylanaubrey/repodog"],"tags_count":276,"template":false,"template_full_name":null,"purl":"pkg:github/badbatch/repodog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badbatch%2Frepodog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badbatch%2Frepodog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badbatch%2Frepodog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badbatch%2Frepodog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badbatch","download_url":"https://codeload.github.com/badbatch/repodog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badbatch%2Frepodog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261730334,"owners_count":23201176,"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":"2025-01-03T15:17:43.931Z","updated_at":"2025-10-25T09:32:01.018Z","avatar_url":"https://github.com/badbatch.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Repodog logo\" src=\"./assets/repodog-blue.png\"\u003e\n  \u003ch1\u003eRepodog\u003c/h1\u003e\n\u003c/div\u003e\n\nAn command line module for managing repositories and a set of configs for popular tooling.\n\n[![Build and publish](https://github.com/badbatch/repodog/actions/workflows/build-and-publish.yml/badge.svg)](https://github.com/badbatch/repodog/actions/workflows/build-and-publish.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\n## Summary\n\n* Cut and publish releases, scaffold new folders and write test files with [`@repodog/cli`](./cli/core//README.md)\n* Build code with [`@repodog/rollup-config`](./configs/rollup-config/README.md) and [`@repodog/swc-config`](./configs/swc-config/README.md) or [`@repodog/babel-config`](./configs/babel-config/README.md)\n* Lint code with [`@repodog/eslint-config`](./configs/eslint-config/README.md) and [`@repodog/prettier-config`](./configs/prettier-config/README.md)\n* Test code with [`@repodog/jest-config`](./configs/jest-config/README.md)\n\n## Documentation\n\n### CLI\n\n* [@repodog/cli](./cli/core/README.md)\n\n### Configs\n\n* [@repodog/babel-config](./configs/babel-config/README.md)\n* [@repodog/babel-preset](./configs/babel-preset/README.md)\n* [@repodog/commitlint-config](./configs/commitlint-config/README.md)\n* [@repodog/eslint-config](./configs/eslint-config/README.md)\n* [@repodog/eslint-config-jasmine](./configs/eslint-config-jasmine/README.md)\n* [@repodog/eslint-config-jest](./configs/eslint-config-jest/README.md)\n* [@repodog/eslint-config-playwright](./configs/eslint-config-playwright/README.md)\n* [@repodog/eslint-config-react](./configs/eslint-config-react/README.md)\n* [@repodog/jasmine-browser-config](./configs/jasmine-browser-config/README.md)\n* [@repodog/jest-config](./configs/jest-config/README.md)\n* [@repodog/markdownlint-config](./configs/markdownlint-config/README.md)\n* [@repodog/prettier-config](./configs/prettier-config/README.md)\n* [@repodog/rollup-config](./configs/rollup-config/README.md)\n* [@repodog/storybook-config](./configs/storybook-config/README.md)\n* [@repodog/swc-config](./configs/swc-config/README.md)\n* [@repodog/syncpack-config](./configs/syncpack-config/README.md)\n* [@repodog/ts-config](./configs/ts-config/README.md)\n* [@repodog/webpack-config](./configs/webpack-config/README.md)\n\n## Changelog\n\nCheck out the [features, fixes and more](CHANGELOG.md) that go into each major, minor and patch version.\n\n## License\n\nRepodog is [MIT Licensed](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadbatch%2Frepodog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadbatch%2Frepodog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadbatch%2Frepodog/lists"}