Skip to content

tonsky/boot-anybar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

A boot task reporting build status to AnyBar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages