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
- Host: GitHub
- URL: https://github.com/arnauld/ginkgopolis-clojure
- Owner: Arnauld
- Created: 2015-07-01T13:22:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T13:23:08.000Z (almost 11 years ago)
- Last Synced: 2025-01-10T18:59:17.321Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.