Initial upload: ScaffoldForge CLI tool with full codebase, tests, and CI/CD
This commit is contained in:
13
scaffoldforge/templates/rust/default/main.rs.j2
Normal file
13
scaffoldforge/templates/rust/default/main.rs.j2
Normal file
@@ -0,0 +1,13 @@
|
||||
// Main entry point for {{ project_name }}
|
||||
// Generated from GitHub Issue #{{ issue_number }}: {{ issue_title }}
|
||||
// URL: {{ issue_url }}
|
||||
|
||||
{% for item in todo_items %}
|
||||
// TODO #{{ loop.index }}: {{ item }}
|
||||
{% endfor %}
|
||||
|
||||
fn main() {
|
||||
println!("{{ project_name }} is running");
|
||||
println!("Repository: {{ repository }}");
|
||||
println!("Issue: {{ issue_number }}");
|
||||
}
|
||||
Reference in New Issue
Block a user