Keep your README badges fresh across ecosystems (Javascript, TypeScript, Python, Rust, Go) with one command.
npx readme-shields-syncIt inserts/updates the badges block between:
<!-- badges:start -->
[](https://github.com/sw1tch3roo/readme-shields-sync/stargazers) [](https://github.com/sw1tch3roo/readme-shields-sync/actions)  [](https://www.npmjs.com/package/readme-shields-sync) [](https://www.npmjs.com/package/readme-shields-sync) [](https://bundlephobia.com/package/readme-shields-sync)   
<!-- badges:end -->
- GitHub: stars, CI status (auto-detected workflow), coverage (Codecov/Coveralls), license
- JS/TS: npm version/downloads, bundle size (bundlephobia), deps count, Node engines, TS types
- Python: PyPI version/downloads
- Rust: crates.io version/downloads
- Go: pkg.go.dev link
.readme-shields.json
{
"include": [
"npm",
"downloads",
"license",
"ci",
"stars",
"coverage",
"bundle",
"deps",
"node",
"types",
"pypi",
"crates",
"go"
],
"exclude": []
}See .github/workflows/readme-shields.yml to auto-sync weekly.
MIT © sw1tch3roo