| Crates.io | tiller |
| lib.rs | tiller |
| version | 0.4.3 |
| created_at | 2024-08-18 21:37:20.556132+00 |
| updated_at | 2025-02-20 00:46:32.335468+00 |
| description | Tiller tills TILs into a static site |
| homepage | https://github.com/woodruffw/tiller |
| repository | https://github.com/woodruffw/tiller |
| max_upload_size | |
| id | 1343053 |
| size | 60,595 |
Tiller tills TILs.
See https://yossarian.net/til/ for an example of a Tiller-generated website, and woodruffw/til for an example of Tiller's raw inputs.
cargo install tiller
tiller --help
The easiest way to iterate on a tiller managed website locally is
with --dev and a local HTTP server:
tiller --dev
python -m http.server -d site/ 1337
MIT.