fy-docs 0.1.8

Cargo subcommand for building and previewing Typst specification documents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! # fy-docs
//!
//! `fy-docs` is a Cargo subcommand for building and previewing Typst
//! specification documents. Install it with `cargo install fy-docs`, then run
//! `cargo fy-docs` in a project containing `docs/main.typ`.
//!
//! The package is a command-line application and deliberately exposes no
//! library API. See the [README] and [project repository] for usage,
//! document layout, and release conventions.
//!
//! [README]: https://github.com/fengyangsi/fy-docs#readme
//! [project repository]: https://github.com/fengyangsi/fy-docs