init
The init command sets up a new tempo project by generating a starter tempo.yaml config file.
Use this to:
- Define your folder structure
- Configure asset and component generation behavior
- Enable function providers and custom template variables
Initialize a Project
bash
tempo initThis generates a tempo.yaml file in your project root. See Configuration for a full explanation of available options.