Skip to content

Commit

Permalink
README.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjos committed Oct 19, 2023
1 parent 7079270 commit db09188
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ Configure your [`settings.xml`](https://stackoverflow.com/a/58453517):

Add this repo to your `deps.edn`:
```
:mvn/repos {"github" {:url "https://maven.pkg.github.com/hanjos/conditio-clj"
:snapshots {:enabled false}}}
:mvn/repos {"github" {:url "https://maven.pkg.github.com/hanjos/conditio-clj"}}
```

And then:
Expand Down Expand Up @@ -93,10 +92,10 @@ The end result should look something like this:

# Using

`deps.edn`, `tools.build` and [codox](https://github.com/weavejester/codox) for docs. Still gotta figure out how to generate and publish versions, but that shouldn't be too hard...
`deps.edn`, `tools.build` and [codox](https://github.com/weavejester/codox) for docs.

# Caveats and stuff to mull over
* Despite what the name might suggest, I didn't try to maintain parity with [conditio-java](https://github.com/hanjos/conditio-java). Particularly, there's no skipping handlers here. Sounds interesting to have, but might complicate the implementation.
* Despite what the name might suggest, I didn't try to maintain parity with [conditio-java](https://github.com/hanjos/conditio-java). Particularly, there's no skipping handlers here. Sounds interesting to have, though...
* I could've used vars instead of keywords. I'm not sure which one works better; so some experiments are in order...


Expand Down

0 comments on commit db09188

Please sign in to comment.