Skip to content

keel

Scaffold a new git repository from composable template modules.

keel turns a recipe — a named list of small, single-purpose modules — into a ready-to-push repository: source layout, Taskfile, CI workflows, linter and release config, all rendered from your answers. It then git inits, writes the first commit, and (optionally) creates the remote and pushes — in one command.

keel new --recipe go-service      # or go-library, or rust-service

Where to go next