Initial upload: Project Scaffold CLI with multi-language templates and CI/CD
This commit is contained in:
3
project_scaffold_cli/templates/rust/src/main.rs.j2
Normal file
3
project_scaffold_cli/templates/rust/src/main.rs.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Welcome to {{ project_name }}!");
|
||||
}
|
||||
Reference in New Issue
Block a user