tiller

Crates.iotiller
lib.rstiller
version
sourcesrc
created_at2024-08-18 21:37:20.556132
updated_at2024-12-12 04:58:51.909089
descriptionTiller tills TILs into a static site
homepagehttps://github.com/woodruffw/tiller
repositoryhttps://github.com/woodruffw/tiller
max_upload_size
id1343053
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
William Woodruff (woodruffw)

documentation

README

tiller

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.

Usage

cargo install tiller
tiller --help

Local development

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

License

MIT.

Commit count: 46

cargo fmt