novos 0.1.0

A self-contained, high-performance SSG for systems thinkers.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CLI - docs

Initialize a new project:
```bash
novos init
```

Build:
```bash
novos build
```

Local dev:
```bash
novos serve
```