Collection of mount state creator


License
EPL-1.0

Documentation

tarsier

A collection of simple function to create states meant to be used with mount

Usage

(require 
  '[mount.core :refer [defstate]]
  '[tarsier.states.datomic :as datomic])
  
(defstate datomic 
  :start (datomic/start-datomic! {:uri "datomic:mem://my-datomic"})
  :stop (datomic/stop-datomic! datomic))
  

Any other states are located in tarsier.states.*

License

Copyright © 2018 fmnasution

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.