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

https://github.com/mountain/je

A jEdit clone with modifications
https://github.com/mountain/je

Last synced: 12 months ago
JSON representation

A jEdit clone with modifications

Awesome Lists containing this project

README

          

# je

A jEdit clone with modifications

## How to build

```bash
lein uberjar
```

## How to run

```bash
java -jar target/jes.jar init
java -jar target/jes.jar editor
```