Function init

Source
pub fn init(
    name: Option<&str>,
    template: Option<&str>,
) -> Result<(), BackendError>
Expand description

initializes a new project in the current or a new directory, optionally from a template

§Errors

§General

§Templates