Leonidas-from-XIV / cljdocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cljdocs

A Clojure/ClojureScript amalgam to display the docs.

Usage

# build JS code once
lein cljsbuild once
# or on every change
lein cljsbuild auto
# to get a REPL
lein cljsbuild once
# to start the server
lein ring server

License

Copyright © 2013 Marek Kubica

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

License:GNU Affero General Public License v3.0


Languages

Language:Clojure 99.2%Language:JavaScript 0.8%