drft-cli 0.7.0

A structural integrity checker for linked file systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Examples

Sample projects for manual testing and learning drft. Each is its own graph with a `drft.toml`.

| Example                                       | What it demonstrates                   |
| --------------------------------------------- | -------------------------------------- |
| [simple]simple/README.md                    | Clean project with no violations       |
| [broken]broken/README.md                    | Broken links and orphan files          |
| [cyclic]cyclic/README.md                    | Circular dependencies                  |
| [with-assets]with-assets/README.md          | Non-markdown resource references       |
| [with-config]with-config/README.md          | Ignore patterns and rule configuration |
| [custom-rules]custom-rules/README.md        | Custom rules via external commands     |
| [custom-parsers]custom-parsers/wikilinks.sh | Custom parser for `[[wikilinks]]`      |

Run any example with `drft check -C examples/<name>`.