CLI for scaffolding an Ekko app with selectable framework, auth, database, and tooling.
From npm:
pnpm dlx create-ekko-app@latestYou can optionally pass the project name:
pnpm dlx create-ekko-app@latest my-appPrint the CLI version:
create-ekko-app -versionBuild the Go binary:
make buildRun the CLI from source:
make goRelease version bumping and npm publishing are handled via make publish* targets and GitHub Actions (see docs/releasing.md).