Function new_project

Source
pub fn new_project(
    path: &Path,
    project_name: &str,
    cot_source: &CotSource<'_>,
) -> Result<()>