https://github.com/puppetlabs/clj-kitchensink
Library of utility functions for clojure
https://github.com/puppetlabs/clj-kitchensink
Last synced: 8 months ago
JSON representation
Library of utility functions for clojure
- Host: GitHub
- URL: https://github.com/puppetlabs/clj-kitchensink
- Owner: puppetlabs
- License: apache-2.0
- Created: 2013-10-28T23:10:22.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T02:09:47.000Z (11 months ago)
- Last Synced: 2025-04-03T19:16:19.176Z (9 months ago)
- Language: Clojure
- Size: 483 KB
- Stars: 21
- Watchers: 112
- Forks: 38
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# puppetlabs/kitchensink
A library of utility functions that are common to several Puppet Labs
clojure projects.
## Installation
Add the following dependency to your `project.clj` file:
[](http://clojars.org/puppetlabs/kitchensink)
## Using Our Test Utils
Kitchensink provides [utility code](./test/puppetlabs/kitchensink/) 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.
```clojure
(defproject yourproject "1.0.0"
...
:profiles {:test {:dependencies [[puppetlabs/kitchensink "x.y.z" :classifier "test"]]}})
```
## License
Copyright © 2013 Puppet Labs
Distributed under the [Apache License, version 2](http://www.apache.org/licenses/).
## Support
Please log tickets and issues at our [Trapperkeeper JIRA tracker](https://tickets.puppetlabs.com/browse/TK).