https://github.com/badbatch/repodog
An opinionated command line utility for managing a repository.
https://github.com/badbatch/repodog
Last synced: 5 months ago
JSON representation
An opinionated command line utility for managing a repository.
- Host: GitHub
- URL: https://github.com/badbatch/repodog
- Owner: badbatch
- License: mit
- Created: 2018-07-02T21:38:27.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-21T15:57:55.000Z (10 months ago)
- Last Synced: 2025-06-24T13:10:57.248Z (9 months ago)
- Language: TypeScript
- Size: 3.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Repodog
An command line module for managing repositories and a set of configs for popular tooling.
[](https://github.com/badbatch/repodog/actions/workflows/build-and-publish.yml)
[](LICENSE)
## Summary
* Cut and publish releases, scaffold new folders and write test files with [`@repodog/cli`](./cli/core//README.md)
* 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)
* Lint code with [`@repodog/eslint-config`](./configs/eslint-config/README.md) and [`@repodog/prettier-config`](./configs/prettier-config/README.md)
* Test code with [`@repodog/jest-config`](./configs/jest-config/README.md)
## Documentation
### CLI
* [@repodog/cli](./cli/core/README.md)
### Configs
* [@repodog/babel-config](./configs/babel-config/README.md)
* [@repodog/babel-preset](./configs/babel-preset/README.md)
* [@repodog/commitlint-config](./configs/commitlint-config/README.md)
* [@repodog/eslint-config](./configs/eslint-config/README.md)
* [@repodog/eslint-config-jasmine](./configs/eslint-config-jasmine/README.md)
* [@repodog/eslint-config-jest](./configs/eslint-config-jest/README.md)
* [@repodog/eslint-config-playwright](./configs/eslint-config-playwright/README.md)
* [@repodog/eslint-config-react](./configs/eslint-config-react/README.md)
* [@repodog/jasmine-browser-config](./configs/jasmine-browser-config/README.md)
* [@repodog/jest-config](./configs/jest-config/README.md)
* [@repodog/markdownlint-config](./configs/markdownlint-config/README.md)
* [@repodog/prettier-config](./configs/prettier-config/README.md)
* [@repodog/rollup-config](./configs/rollup-config/README.md)
* [@repodog/storybook-config](./configs/storybook-config/README.md)
* [@repodog/swc-config](./configs/swc-config/README.md)
* [@repodog/syncpack-config](./configs/syncpack-config/README.md)
* [@repodog/ts-config](./configs/ts-config/README.md)
* [@repodog/webpack-config](./configs/webpack-config/README.md)
## Changelog
Check out the [features, fixes and more](CHANGELOG.md) that go into each major, minor and patch version.
## License
Repodog is [MIT Licensed](LICENSE).