Skip to content

A workflow manager for using Fennel with Roblox Studio!

Notifications You must be signed in to change notification settings

Jamtoad/Fennel_Roblox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fennel_Roblox

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!

Features

  • Automatically watches all .fnl files in the ./src directory and tracks for changes
  • Automatically compiles files when they are changed

Install

Releases

Simply grab the executable from the releases section and place it in your PATH or wherever you'd like!

Usage

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.

About

A workflow manager for using Fennel with Roblox Studio!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages