-
Notifications
You must be signed in to change notification settings - Fork 0
Fireflies
Jonathan edited this page Mar 13, 2018
·
1 revision
Fireflies is the Firefly project and dependency manager.
fireflies new com.github.FireflyLang:MyProject --template HelloWorld
Same as gradle and maven: src/main/firefly/com/github/fireflylang/myproject/
project.fireflies
:
project = "MyProject"
version = Fireflies.buildNumber
repositories += mavenCentral()
dependencies += remote(maven("com.github.fireflylang:firefly-collections:1.0"))
fireflies build
fireflies run