Getting Started
Requirements
- Node.js 18+ — nodejs.org
- git — git-scm.com
- npm — comes with Node.js
Install
npm install -g tempora-cliVerify:
tempora --versionScaffold a project
Guided mode — pick language, category, library then template:
tempora initDirect mode — if you know the template id:
tempora init next-tailwind my-appInto 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.