theophilusx / citronella

Text UI console library for Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

citronella

FIXME: my new library.

Usage

FIXME: write usage documentation!

Run the project's tests (they'll fail until you edit them):

$ clojure -A:test:runner -M:runner

Build a deployable jar of this library:

$ clojure -A:jar -M:jar

Install it locally:

$ clojure -A:install -M:install

Deploy it to Clojars – needs `CLOJARSUSERNAME` and `CLOJARSPASSWORD` environment variables:

$ clojure -A:deploy -M:deploy

License

Copyright © 2020 Tim Cross

Distributed under the GNU Public License version 3

About

Text UI console library for Clojure

License:GNU General Public License v3.0


Languages

Language:Clojure 99.8%Language:Emacs Lisp 0.2%