27 lines
591 B
Markdown
27 lines
591 B
Markdown
# krile
|
|
|
|
Krile is a reference implementation of a CLI frontend for [shtola](https://crates.io/crates/shtola).
|
|
|
|
It's pretty unstable, since it usually tracks prerelease versions of shtola, I mostly use it
|
|
for myself. You're welcome to use it as the basis for your own frontend though.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
cargo install krile
|
|
```
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
# Minimal configuration
|
|
krile page-source/ # outputs to ./dest/
|
|
# Clean destination directory (my-dest/) before building
|
|
krile page-source/ my-dest/ -c
|
|
# Don't run the markdown plugin
|
|
krile page-source/ -i markdown
|
|
```
|
|
|
|
## License
|
|
|
|
AGPL 3.0.
|