All Projects → tonsky → boot-anybar

tonsky / boot-anybar

Licence: EPL-1.0 License
A boot task reporting build status to AnyBar

Programming Languages

clojure
4091 projects

boot-anybar

Boot task that reports build status to AnyBar

Usage

Add boot-anybar to your build.boot dependencies and require the namespace:

(set-env! :dependencies '[
  [tonsky/boot-anybar "0.1.0" :scope "test"]
])

(require
  '[tonsky.boot-anybar :refer [anybar]])

Use (anybar) wherever you would use (speak) or (notify).

To change AnyBar port, use -p:

boot anybar -p 1788 cljs

or in the build.boot:

(deftask build []
  (comp (anybar :port 1788)
        (cljs)))

License

Copyright © 2015 Nikita Prokopov

Licensed under Eclipse Public License (see LICENSE).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].