Kubernetes TUI :D
- Go 1.25.4 or later
- just
- Install direnv
direnv allow
OR
just shell
just deps-tooling
# Install dependencies
just deps
# Run the application
just run # or `just dev` for live reloadRun just without arguments to see all available commands:
- Fork the repository
- Create a feature branch
- Make your changes
- Run
just check-allto ensure quality - Submit a pull request
Always run the quality checks:
just check-all
- Built with Bubble Tea by Charm.
- Project structure referenced by Superfile by Yorukot.