class

Crinit::Config

Inherits Reference < Object

Constructors

new(skeleton_type : String = "app", name : String = "", dir : String = "", author : String = "your-name-here", email : String = "your-email-here", github_name : String = "your-github-user", custom_template_path : String | Nil = nil, force : Bool = false, skip_existing : Bool = false, silent : Bool = false, no_git : Bool = false, offline : Bool = false, refresh_assets : Bool = false, cache_dir : Path | Nil = nil)
Source

Instance methods

author
Source
author=(author : String)
Source
cache_dir
Source
cache_dir=(cache_dir : Path | Nil)
Source
custom_template_path
Source
custom_template_path=(custom_template_path : String | Nil)
Source
dir=(dir : String)
Source
email
Source
email=(email : String)
Source
expanded_dir
Source
force=(force : Bool)
Source
force?
Source
github_name
Source
github_name=(github_name : String)
Source
github_repo
Source
name
Source
name=(name : String)
Source
no_git=(no_git : Bool)
Source
no_git?
Source
offline=(offline : Bool)
Source
offline?
Source
refresh_assets=(refresh_assets : Bool)
Source
refresh_assets?
Source
silent=(silent : Bool)
Source
silent?
Source
skeleton_type
Source
skeleton_type=(skeleton_type : String)
Source
skip_existing=(skip_existing : Bool)
Source
skip_existing?
Source