https://github.com/curiosity/curiosity.utils
Misc Utilities used across Curiosity
https://github.com/curiosity/curiosity.utils
clojure
Last synced: about 1 month ago
JSON representation
Misc Utilities used across Curiosity
- Host: GitHub
- URL: https://github.com/curiosity/curiosity.utils
- Owner: curiosity
- License: epl-1.0
- Created: 2015-02-13T18:35:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T19:24:28.000Z (almost 9 years ago)
- Last Synced: 2025-10-22T01:55:07.561Z (3 months ago)
- Topics: clojure
- Language: Clojure
- Homepage: https://curiosityapp.github.io/curiosity.utils/
- Size: 66.4 KB
- Stars: 1
- Watchers: 14
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curiosity.utils
This is for generic utility functions in use across Curiosity's clojure
projects. It remixes its own functions along with those from prismatic/plumbing,
com.taeonsso/encore, and potemkin.
## Docs
Run `lein doc` for html api docs. See docstrings or `clojure.repl/doc` otherwise.
Semi-recent output from `lein doc` resides here: https://curiosityapp.github.io/curiosity.utils
## Installation
[](http://clojars.org/curiosity.utils)
## Usage
```clj
(require '[curiosity.utils :refer :all])
```
## Testing
Tests live under `test/` and are run via CircleCI.
[](https://circleci.com/gh/curiosity/curiosity.utils)
## License
Copyright © 2015 Beacon Solutions, Inc
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.