Skip to content

class Crystal::Init::Config
inherits Reference

Class methods

.new(skeleton_type = "none", name = "none", dir = "none", author = "none", email = "none", github_name = "none", silent = false, force = false, skip_existing = false)

View source

Methods

#author : String

View source

#author=(author : String)

View source

#dir=(dir : String)

View source

#email : String

View source

#email=(email : String)

View source

#expanded_dir : ::Path

View source

#force : Bool

View source

#force=(force : Bool)

View source

#github_name : String

View source

#github_name=(github_name : String)

View source

#github_repo : String

View source

#name=(name : String)

View source

#silent : Bool

View source

#silent=(silent : Bool)

View source

#skeleton_type : String

View source

#skeleton_type=(skeleton_type : String)

View source

#skip_existing : Bool

View source

#skip_existing=(skip_existing : Bool)

View source