File: README.md

package info (click to toggle)
kitchensink-clojure 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: makefile: 24; sh: 13
file content (31 lines) | stat: -rw-r--r-- 951 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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:

[![Clojars Project](http://clojars.org/puppetlabs/kitchensink/latest-version.svg)](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).