32 lines
274 B
Markdown
32 lines
274 B
Markdown
# isahn
|
|
|
|
## Installation
|
|
|
|
``` sh
|
|
cp config-example.edn config.edn
|
|
```
|
|
|
|
## Usage
|
|
|
|
``` sh
|
|
java -jar isahn-[version]-standalone.jar
|
|
```
|
|
|
|
## Check format
|
|
|
|
``` sh
|
|
lein cljfmt check
|
|
```
|
|
|
|
## Check format
|
|
|
|
``` sh
|
|
lein cljfmt check
|
|
```
|
|
|
|
## Linter
|
|
|
|
``` sh
|
|
lein auto kibit
|
|
```
|