12 lines
355 B
Markdown
12 lines
355 B
Markdown
## Reiki
|
|
|
|
Simple CLI tool to parse a directory of markdown files, retrieve a list of keywords via a rake model, and append them to their metadata.
|
|
|
|
If the YAML header is missing, or if the header is incorrect, this will break. Adjust the MetaData type in `cli.rs` to match the YAML header.
|
|
|
|
## Usage
|
|
|
|
```
|
|
$ cargo run -- --filepath <path-to-directory>
|
|
```
|