cirious_codex_cli 0.1.1

Premier entrypoint library for building production-ready CLIs and microservices in the Cirious ecosystem, with automated argument parsing, logger bootstrapping, and configuration loading.
Documentation
1
2
3
4
5
{
  "server_port": 3000,
  "database_url": "postgres://admin:pass@localhost:5432/cirious_auth",
  "worker_threads": 16
}