Tempora is a fast, language-agnostic CLI that bootstraps your project from a curated vault of community templates โ no setup, no guesswork.
npm install -g tempora-clitempora initRegistry is bundled with the CLI. No API calls, no waiting โ pick and scaffold in seconds.
TypeScript, Python, Go and more. One tool, every stack.
One-shot scaffolding. Pick a template, get a project, done.
Only the template folder you pick is cloned via git sparse checkout.
Never overwrites files without asking. Non-empty directories trigger a confirmation.
Docs are auto-synced from template READMEs on every build.
Install Tempora globally via npm. Requires Node.js 18+ and git.
npm install -g tempora-cliRun tempora init for guided mode or go direct if you know the template id.
tempora init next-tailwind my-appTempora prints exactly what to run next based on the template.
cd my-app && pnpm install && pnpm dev