The name refers to this xkcd
Butterfly is a tiny text editor library written in Scala, it offers features like multi-(cursors & selections & editors) with a simple API
Simply run
sbt
Then, to run
run
To launch tests
test
To build
assembly
It will build a butterfly-assembly-{version}.jar
somewhere in target/
containing all dependencies
And that's all !
To build
mvn clean package -U
It will build a .jar
inside the target/
directory
To launch
scala target/butterfly-{version}.jar
To launch tests
mvn test
- Matthieu Riou 🐻
- Brice Thomas 🐨