Skip to content

Storage

Templates are stored under the platform config directory. The location respects $XDG_CONFIG_HOME if set.

macOS

~/Library/Application Support/specs/
└── templates/
    ├── my-template/
    └── another-template/

Linux

~/.config/specs/
└── templates/
    ├── my-template/
    └── another-template/