Initial upload: ScaffoldForge CLI tool with full codebase, tests, and CI/CD
This commit is contained in:
10
scaffoldforge/templates/rust/default/lib.rs.j2
Normal file
10
scaffoldforge/templates/rust/default/lib.rs.j2
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
// Library code for {{ project_name }}
|
||||||
|
// Generated from GitHub Issue #{{ issue_number }}
|
||||||
|
|
||||||
|
{% for item in todo_items %}
|
||||||
|
// TODO #{{ loop.index }}: {{ item }}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
pub fn helper_function() {
|
||||||
|
// TODO: Implement
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user