contract-cli 0.2.1

Beautiful contracts from the CLI — NDA, NCNDA, consulting, MSA, SOW, service, loan. Plain English, 1-3 pages, agent-friendly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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 kinds;
pub mod output;
pub mod render;
pub mod typst_assets;