Shared dev environment templates and the CLI tool ziku that keeps them in sync.
| Path | Description |
|---|---|
packages/ziku |
CLI tool for bi-directional template sync |
.devenv/ |
Template source files (DevContainer, GitHub Actions, Claude, etc.) |
# Apply templates to your project
npx ziku
# Push improvements back
npx ziku pushSee packages/ziku/README.md for full documentation.