klaanon-builder

klaanon builder - html ja epub
git clone https://neny.bioklaani.fi/git/klaanon-builder.git
Log | Files | Refs | README

commit 0f5f66bb1d88b5b09d09459e879b8b51a96163fb
parent 8955b3ae4ff4a2d11c838943e61ecbb48110ecf0
Author: Neny <me@nindwen.blue>
Date:   Thu,  1 Aug 2019 17:17:40 +0300

Add readme.md

Diffstat:
AREADME.md | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,18 @@ +# Klaanon bundler + +Based on klaanon.json, with timestamps converted to a simpler format. + +Usage: + +`make` + +Generates Klaanon in HTML to `output/`. + +```make epub``` + +Generates Klaanon in EPUB to `output/`. + +```make clean``` + +Cleans `output/`. +