drft-cli 0.9.0

A structural integrity checker for linked file systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 findings         |
| [broken]broken/README.md           | Broken links and detached files        |
| [cyclic]cyclic/README.md           | A dependency cycle (permitted)         |
| [with-assets]with-assets/README.md | Non-markdown resource references       |
| [with-config]with-config/README.md | Ignore patterns and rule configuration |

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