rally/init
Types
pub type ScaffoldFile {
ScaffoldFile(path: String, contents: String)
}
Constructors
-
ScaffoldFile(path: String, contents: String)
Values
pub fn files(project_name: String) -> List(ScaffoldFile)
pub fn init_project(root: String) -> Result(Nil, String)