You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: improve discoverability and marketing readiness
- Add crates.io metadata to Cargo.toml (repository, homepage, docs,
keywords, categories)
- Add Features section and Alternatives comparison table to README
- Create CONTRIBUTING.md with build, test, and PR guidelines
- Add Artifact Hub repo config for Helm chart discovery
- GitHub topics and homepage URL set via gh CLI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| **Initium** | Rust | ~1.8 MB | Yes | Yes | PSA `restricted`, no OS |
336
+
| [wait-for-it](https://github.com/vishnubob/wait-for-it) | Bash | Needs shell | No | No | Requires shell + netcat |
337
+
| [dockerize](https://github.com/jwilder/dockerize) | Go | ~17 MB | Partial | No | Full OS image |
338
+
| [k8s-wait-for](https://github.com/groundnuty/k8s-wait-for) | Bash | Needs shell | No | No | Requires shell + kubectl|
339
+
| [wait4x](https://github.com/atkrad/wait4x) | Go | ~12 MB | No | No | Minimal OS |
340
+
341
+
If you only need TCP/HTTP readiness checks, any of these tools work. Initium is designed for teams that also need migrations, seeding, config rendering, and secret fetching in a single security-hardened binary.
342
+
316
343
## Documentation
317
344
318
345
- [FAQ](FAQ.md) — Common questions about functionality, security, and deployment
Contributions are welcome! Please see the [design doc](docs/design.md) for how to add new subcommands.
352
+
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for build instructions, test commands, and PR expectations. See the [design doc](docs/design.md) for how to add new subcommands.
0 commit comments