https://github.com/coast-framework/helper
Helper functions for the pragmatic clojurian
https://github.com/coast-framework/helper
Last synced: 8 months ago
JSON representation
Helper functions for the pragmatic clojurian
- Host: GitHub
- URL: https://github.com/coast-framework/helper
- Owner: coast-framework
- License: mit
- Created: 2019-07-26T17:32:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T18:16:13.000Z (almost 7 years ago)
- Last Synced: 2025-05-17T10:08:33.527Z (about 1 year ago)
- Language: Clojure
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helper
Helper functions for the pragmatic clojurian
## Installation
Add this to your [deps.edn](https://clojure.org/guides/deps_and_cli)
```clojure
coast-framework/helper {:mvn/version "1.0.0"}
```
## Usage
Require it like this
```clojure
(ns your-project
(:require [helper.core :as helper]))
```
Check out src/test for which functions do what 😅.
## Testing
```sh
cd helper && make test
```
## License
MIT
## Contribution
Any and all issues or pull requests welcome!