Fennel_Roblox is a helper tool that assists when using the Fennel programming language in Roblox Studio!
It pairs best with Rojo, as it specifically searches the ./src directory for .fnl files and compiles them to .lua files as they change.
Rojo then takes these compiled .lua files and syncs them into Roblox Studio. Boom! You can now program Roblox games with a language other than Lua!
- Automatically watches all
.fnlfiles in the./srcdirectory and tracks for changes - Automatically compiles files when they are changed
Simply grab the executable from the releases section and place it in your PATH or wherever you'd like!
Usage: fennel_roblox [COMMAND] [FLAGS]
Manages the development workflow when using the Fennel Programming Language in
Roblox Studio
COMMANDS
start :Watches the all the Fennel files in ./src and compiles them to Lua.
Places compiled files in the same directory as the target file.
FLAGS
--version :Shows the current build version of fennel_roblox.
--help :Shows this help text.