class Topia::Config

Overview

Configuration management for Topia projects

Defined in:

topia/config.cr

Class Method Summary

Class Method Detail

def self.create_sample_config(file_path : String = "topia.yml") #

[View source]
def self.current_config : ProjectConfig | Nil #

[View source]
def self.get_variable(key : String) : String | Nil #

[View source]
def self.load_from_file(file_path : String) #

[View source]
def self.set_variable(key : String, value : String) #

[View source]