Skip to content

bobwilliams/slackard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slackard

A Bot for Slack written in Clojure.

Usage

I highly recommend using Leiningen.

Of course you can use the run command as shown below.

$ cd <project folder>
$ lein run

But I'd recommend for using Leiningen's uberjar command to compile to a jar file; optionally using something like a screen session too.

$ screen
$ cd <project folder>
$ lein uberjar
$ java -jar ./target/anyviz-0.1.0-SNAPSHOT-standalone.jar
$ <ctl+a d>

License

Copyright © 2015 Bob Williams, distributed under the MIT License

About

Bot for Slack written in Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published