print-html
Simple html generator.
$ area51 add print-htmlCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(print-html:some-function ...)Simple html generator.
$ area51 add print-htmlCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(print-html:some-function ...)