BoilerWorks

boilerworks / docs / cli / list.md
1
# boilerworks list
2
3
List all available templates.
4
5
```bash
6
boilerworks list
7
boilerworks list --size full
8
boilerworks list --language python
9
boilerworks list --size micro --language go
10
```
11
12
## Options
13
14
| Option | Values | Description |
15
|--------|--------|-------------|
16
| `--size` | `full`, `micro`, `edge` | Filter by template size |
17
| `--language` | `python`, `ruby`, `typescript`, `php`, `java`, `go`, `elixir`, `rust` | Filter by primary language |
18
19
## Output
20
21
Displays a Rich table with columns:
22
23
- **Name** — template family name (pass to `boilerworks setup`)
24
- **Size** — Full / Micro / Edge
25
- **Language** — primary backend language
26
- **Frontend** — frontend framework (if any)
27
- **Status** — `done` (●), `building` (◐), `planned` (○)
28
- **Description** — one-line summary
29
30
## Template status
31
32
| Status | Meaning |
33
|--------|---------|
34
| `done` | Production-ready, live-tested |
35
| `building` | In progress |
36
| `planned` | On the roadmap |
37

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button