Skip to main content

handle_create

Function handle_create 

Source
pub fn handle_create(
    project_root: &str,
    name: &str,
    version: Option<&str>,
    description: Option<&str>,
    author: Option<&str>,
    tags: Option<&[String]>,
    layers: Option<&[String]>,
    level: Option<u32>,
    scope: Option<&str>,
) -> String