This is a plugin that brings Elixir supoprt to JetBrains Fleet.
To build the plugin, you will need to have the Java Development Kit (JDK) version 17 or later installed on your system. You can then build the plugin by running the following command:
./gradlew distZip
This will create a JAR file for the plugin in the build/pluginDistribution
directory.
To run the plugin, execute the following command:
./gradlew runFleet
Contributions to this template are welcome. If you find a bug or have an idea for a new feature, please create a new issue on GitHub. If you would like to contribute code, please create a pull request.
This template is released under the Apache License 2.0. Please see the LICENSE file for more information.