Skip to content
This repository was archived by the owner on Jan 19, 2018. It is now read-only.

mvc-works/boot-html-entry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boot task of html-entry

...to create html files

Usage

Clojars Project

In your build.boot:

(require '[html-entry.core :refer :all])

(defn html-dsl "Hiccup HTML DSL" [] [:html [:div "a demo" [:text "text"]]])

(deftask gen-html
  "Demo of HTML entry"
  []
  (html-entry :dsl (html-dsl)))
  • :dsl required, for exmaple [:div "demo"]
  • :html-name defaults to "index.html"

License

MIT

About

Boot plugin for generating HTML file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published