class RobloxCrystalConfig

Defined in:

shared.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String = "rbxcr-project", root_dir : String = "src", out_dir : String = "dist") #

[View source]

Instance Method Detail

def name : String #

[View source]
def name=(name : String) #

[View source]
def out_dir : String #

[View source]
def out_dir=(out_dir : String) #

[View source]
def root_dir : String #

[View source]
def root_dir=(root_dir : String) #

[View source]