Skip to content
Quick Start

Quick Start

One-off usage

Use a template directly without registering it first:

specs use github:specsnl/my-template ./my-project

Registry-based usage

Register a template for repeated use:

specs template download github:specsnl/my-template my-template
specs template use my-template ./my-project