A library of utility functions that are common to several Puppet Labs clojure projects.
Add the following dependency to your project.clj file:
Kitchensink provides utility code for use in tests. The code is available in a separate "test" jar that you may depend on by using a classifier in your project dependencies.
(defproject yourproject "1.0.0"
...
:profiles {:test {:dependencies [[org.openvoxproject/kitchensink "x.y.z" :classifier "test"]]}})
Copyright © 2013 Puppet Labs Copyright © 2025 Vox Pupuli
Distributed under the Apache License, version 2.
Please log tickets and issues at our GitHub issues tracker.
Can you improve this documentation? These fine people already did:
Chris Price, Nate Wolfe, nmburgan & Haroon RafiqueEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |