An open API service indexing awesome lists of open source software.

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

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!