zaart 0.1.0 copy "zaart: ^0.1.0" to clipboard
zaart: ^0.1.0 copied to clipboard

a dead simple static site generator (for dart). it uses markdown files as input and generates html files for you. it also supports mustache templating language.

⚡ Zaart! #

enter image description here

zaart is a dead simple static site generator written in dart programming language.

you feed zaart with markdown files and it gives you back html files, that's it.

zaart also supports mustache template language that enables you to put some short

codes in your markdown files and have them expanded while building.

all keys defined in zaart.json can be accessed via mustache.

☢️ CAUTIONS! #

zaart is in early development stage, use it at your own risk, you probably face some nasty bugs here an there.

✔️ How to install: #


#> pub global activate zaart

🌎 Usage: #

type in the command bellow in console to start a new site


#> zaart init --name [MY_SITE_NAME]

for more information type in:


#> zaart -h

or


#> zaart --help

see TODO.md file for a list of missing features

0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

a dead simple static site generator (for dart). it uses markdown files as input and generates html files for you. it also supports mustache templating language.

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

args, html, logging, markdown, mustache, test

More

Packages that depend on zaart