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

https://github.com/arnauld/ginkgopolis-clojure

ginkgopolis board game - core in clojure
https://github.com/arnauld/ginkgopolis-clojure

Last synced: 29 days ago
JSON representation

ginkgopolis board game - core in clojure

Awesome Lists containing this project

README

          

# ginkgopolis

# Developer notes

```bash
$ lein spec -a
```

## Clean code & lint tool

```bash
$ lein kibit
```

```bash
$ lein eastwood
```

* [kibit](https://github.com/jonase/kibit): There's a function for that!
*kibit is a static code analyzer for Clojure. It uses core.logic to search for patterns of code that could be rewritten with a more idiomatic function or macro.*
* [eastwood](https://github.com/jonase/eastwood): Eastwood is a Clojure lint tool that uses the tools.analyzer and tools.analyzer.jvm libraries to inspect namespaces and report possible problems.