Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alvarogarcia7/spike-rules-clojure


https://github.com/alvarogarcia7/spike-rules-clojure

autotest clj clojure midje repl rule

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Spike for Rules

### Test usage

in ``spike-rules``, execute:

```bash
λ lein repl
```

Load the @marick's testing tools:

```lisp
(use 'midje.repl)
```

Then enable ``autotest``

```lisp
(autotest)
```