We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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/
src/main/firefly/com/github/fireflylang/myproject/
project.fireflies:
project.fireflies
project = "MyProject" version = Fireflies.buildNumber repositories += mavenCentral() dependencies += remote(maven("com.github.fireflylang:firefly-collections:1.0"))
fireflies build
fireflies run