artifact-app 1.0.1

Artifact is a design doc tool made for developers. It allows anyone to easily write and link their design docs both to each other and to source code, making it easy to track how complete their project is. Documents are revision controllable, can be rendered as a static web page and have a full suite of command line tools for searching, formatting and displaying them.
Documentation
1
2
3
4
5
6
7
/// test cmdline modules

mod test_cmd;
mod test_init;
mod test_ls;
mod test_tutorial;
mod test_fmt;