mkhtml 3.1.0

A tool that builds static websites
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.fs_extra]
version = "1.2.0"

[dependencies.walkdir]
version = "2"

[package]
authors = ["jusdepatate <jusdepatate@protonmail.com>"]
categories = ["command-line-utilities", "development-tools::build-utils"]
description = "A tool that builds static websites"
exclude = ["mkhtml.deprecated.sh", ".gitignore"]
homepage = "https://github.com/jusdepatate/mkhtml"
keywords = ["html", "static-site"]
license = "GPL-3.0-only"
name = "mkhtml"
readme = "README.md"
repository = "https://github.com/jusdepatate/mkhtml"
version = "3.1.0"