Eva is a lightweight and efficient code editor written entirely in Java, designed to be simple, fast, and extensible. It is ideal for quick editing tasks and lightweight development workflows.
Important
This project is a work in progress. Contributions and feedback are welcome!
Warning
Linux and macOS users might encounter issues while using the application. Some features are not yet implemented on these platforms. If you experience any problems, please consider opening an issue.
- Java Development Kit (JDK) 17 or higher
- Maven 3.5.0 or higher
- Clone this repository:
https://github.com/wiirios/eva.git
- Navigate to the project directory:
cd eva
- Build and run the project:
mvn clean compile mvn dependency:copy-dependencies java -cp "target/classes;target/dependency/*" org.william.eva.Main
- Create a GitBook
- Create a workflow guide
- Add a file explorer panel for opening and managing files
- Improve README
This project is licensed under MIT license, read more at docs.github