Files
docki/README.md
2023-04-28 09:23:33 +00:00

16 lines
293 B
Markdown

# Docki
## Preview
![screencast](.gitlab/screencast.gif)
Docki is cli for converting asciidoctor files into html files. You can build your documentation with `docki build` and write documenation using the live server with `docki serve`.
## Installation
```shell
cargo install docki
```