module Velvet
Defined in:
velvet.crvelvet/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
- .cast_from_token(token : String | Nil, strict : Bool = false, context : String | Nil = nil) : Cast
- .cast_to_token(cast : Cast) : String
- .reset_ui_aliases
- .set_ui_alias(alias_token : String, canonical_ui : String)
- .ui_from_token(token : String | Nil, strict : Bool = false, context : String | Nil = nil) : UIKind | Nil
- .ui_to_field_type(ui : UIKind) : String
Class Method Detail
def self.cast_from_token(token : String | Nil, strict : Bool = false, context : String | Nil = nil) : Cast
#