typstify 0.1.3

A high-performance static site generator with Typst/Markdown support
Documentation
1
2
3
4
5
6
//! CLI command modules

pub mod build;
pub mod check;
pub mod new;
pub mod watch;