https://github.com/milankinen/imo
Opinionated Clojure(Script) code formatting
https://github.com/milankinen/imo
cli-app clojure formatting graalvm
Last synced: 9 months ago
JSON representation
Opinionated Clojure(Script) code formatting
- Host: GitHub
- URL: https://github.com/milankinen/imo
- Owner: milankinen
- License: mit
- Created: 2019-11-17T16:40:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T22:15:31.000Z (over 4 years ago)
- Last Synced: 2025-04-11T00:06:31.257Z (9 months ago)
- Topics: cli-app, clojure, formatting, graalvm
- Language: Clojure
- Size: 419 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IMO
[](https://github.com/milankinen/imo/actions/workflows/build.yml)
[](https://clojars.org/imo)
`WIP...`
## Development
Pre-requirements:
- `leiningen` (2.9.1 tested)
- `jdk` (openjdk 11 tested)
- `docker` (optional, for linux image building with osx)
#### Setup
```bash
git clone https://github.com/milankinen/imo.git
cd imo
lein i
```
#### Running tests
```bash
# Running all tests
lein t
# Optionally running only some tests
lein t
```
#### Building native [GraalVM](https://www.graalvm.org) image
```bash
# Building native image for host os (OSX & Linux amd64 supported)
lein native-image
# Building Linux native image with Docker
lein linux-image
```
Built images are located in `target/native` directory.
## License
MIT