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
8
9
10
11
12
13
14
15
16
17
18
#TUTORIAL=true

# Note: {cwd} == current directory of THIS file
#       {repo} == directory of the `.art` file

# directories containing artifact toml files
artifact_paths = ['{repo}/design']

# artifact paths to exclude. This is how you can avoid trying
# to load .git/.hg/etc directories (or anything else you don't
# want to include
exclude_artifact_paths = []

# directories containing code that has artifact links
code_paths = []

# directories to exclude when searching through code
exclude_code_paths = []