Skip to main content

init_project

Function init_project 

Source
pub fn init_project(root: &Path) -> Result<String, AqlError>
Expand description

Run aql init: detect stacks and write .config/aql.schema.

Returns Err if the schema file already exists or the directory cannot be created.