module Velvet

Defined in:

velvet.cr
velvet/cli.cr
velvet/dsl.cr
velvet/error.cr
velvet/generator.cr
velvet/loader.cr
velvet/output.cr
velvet/parser.cr
velvet/prompts/menu.cr
velvet/runner.cr
velvet/schema.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.cast_from_token(token : String | Nil, strict : Bool = false, context : String | Nil = nil) : Cast #

[View source]
def self.cast_to_token(cast : Cast) : String #

[View source]
def self.reset_ui_aliases #

[View source]
def self.set_ui_alias(alias_token : String, canonical_ui : String) #

[View source]
def self.ui_from_token(token : String | Nil, strict : Bool = false, context : String | Nil = nil) : UIKind | Nil #

[View source]
def self.ui_to_field_type(ui : UIKind) : String #

[View source]