module DocMachine::Scaffold class Config property target_directory : String = "." property force : Bool = false def initialize(@parent : DocMachine::Config) end end end