Skip to content

lucidmachine/bitclock-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

bitclock-clj

A BitClock CLI frontend and backend written in Clojure.

Installation

.jar

Download .jar files from https://github.com/lucidmachine/bitclock-clj and move them to your install directory.

Native Binary

Download executable binaries from https://github.com/lucidmachine/bitclock-clj and move them to a binary directory.

Running

.jar

> java -jar $INSTALL_DIR/bitclock-clj-0.1.0-standalone.jar

Native Binary

> $INSTALL_DIR/bitclock-clj

Building

.jar

In order to build an executable .jar file issue the uberjar command to the build tool, Leiningen.

> lein uberjar

Native Binary

In order to compile the program to a binary you will need to install GraalVM and its native-image component. Then issue the native command to Leiningen.

> lein native

About

A BitClock CLI frontend and backend written in Clojure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors