contract-cli 0.1.0

Beautiful contracts from the CLI — NDAs, consulting agreements, MSAs, SOWs. Plain English, 1–3 pages, agent-friendly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Public surface for tests and binaries.
pub use finance_core::money;
pub use finance_core::tax;

pub mod cli;
pub mod clauses;
pub mod commands;
pub mod config;
pub mod db;
pub mod error;
pub mod output;
pub mod render;
pub mod typst_assets;