Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 884 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 884 Bytes

Component-Utils

Build Status

Utility functions for Stuart Sierra's Component library.

Installation

Add the following dependency to your project.clj file:

[listora/component-utils "0.1.2"]

Usage

This library currently just includes verbose versions of start, stop, start-system and stop-system. These will log a message via Timbre when a component is started or stopped.

(require '[listora.util.component :refer [verbose-start-system]])

(verbose-start-system your-system)

License

Copyright © 2014 Listora

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