Skip to main content

create_project_structure

Function create_project_structure 

Source
pub fn create_project_structure(project_name: &str, dirs: &[&str]) -> Result<()>
Expand description

Create a project folder structure based on a list of directory paths.

Example: create_project_structure(“myapp”, &[“src/routes”, “src/models”]);