Skip to content

Matthieu-Riou/Butterfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Butterfly

The name refers to this xkcd

butterfly_logo

Butterfly is a tiny text editor library written in Scala, it offers features like multi-(cursors & selections & editors) with a simple API

Run, test & build

With sbt (recommended)

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 !

With Maven

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

Contributors

  • Matthieu Riou 🐻
  • Brice Thomas 🐨

About

A scala-based mini text editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages