pub fn create_project_structure(project_name: &str, dirs: &[&str]) -> Result<()>
Create a project folder structure based on a list of directory paths.
Example: create_project_structure(“myapp”, &[“src/routes”, “src/models”]);