Skip to content

A workflow manager for using Erde with Roblox Studio

Notifications You must be signed in to change notification settings

Jamtoad/Erde_Roblox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Erde_Roblox

Erde_Roblox is a helper tool that assists when using the Erde programming language in Roblox Studio! It pairs best with Rojo, as it specifically searches the ./src directory for .erde 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 .erde 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: erde_roblox [COMMAND] [FLAGS]

Manages the development workflow when using the Erde Programming Language in
Roblox Studio

COMMANDS
    start       :Watches the all the Erde 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 erde_roblox.
    --help      :Shows this help text.

About

A workflow manager for using Erde with Roblox Studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages