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
- Host: GitHub
- URL: https://github.com/mountain/je
- Owner: mountain
- License: gpl-2.0
- Created: 2023-06-14T07:08:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T16:41:57.000Z (over 2 years ago)
- Last Synced: 2025-01-23T09:22:01.208Z (over 1 year ago)
- Language: Java
- Size: 3.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```