Skip to main content

add_file

Function add_file 

Source
fn add_file(
    project_dir: &Path,
    file: &str,
    content: &str,
) -> Result<(), CliError>
Expand description

Writes a scaffold file, leaving any file that already exists untouched.