Skip to content

Fireflies

Jonathan edited this page Mar 13, 2018 · 1 revision

Fireflies is the Firefly project and dependency manager.

New project

fireflies new com.github.FireflyLang:MyProject --template HelloWorld

Directly structure

Same as gradle and maven: src/main/firefly/com/github/fireflylang/myproject/

Adding dependency

project.fireflies:

project = "MyProject"
version = Fireflies.buildNumber

repositories += mavenCentral()

dependencies += remote(maven("com.github.fireflylang:firefly-collections:1.0"))

Compiling

fireflies build

Running

fireflies run
Clone this wiki locally