Getting Started

Getting Started

Requirements

Install

npm install -g tempora-cli

Verify:

tempora --version

Scaffold a project

Guided mode — pick language, category, library then template:

tempora init

Direct mode — if you know the template id:

tempora init next-tailwind my-app

Into current folder:

tempora init next-tailwind .

After scaffolding

Tempora prints the next steps defined by the template itself. Follow them and your project is ready.

If the target directory is not empty Tempora will warn you and ask for confirmation before proceeding.