Initial upload: ScaffoldForge CLI tool with full codebase, tests, and CI/CD
This commit is contained in:
10
scaffoldforge/templates/javascript/default/index.js.j2
Normal file
10
scaffoldforge/templates/javascript/default/index.js.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Main entry point for {{ project_name }}
|
||||
* Generated from GitHub Issue #{{ issue_number }}: {{ issue_title }}
|
||||
*/
|
||||
|
||||
{% for item in todo_items %}
|
||||
// TODO #{{ loop.index }}: {{ item }}
|
||||
{% endfor %}
|
||||
|
||||
console.log("{{ project_name }} is running");
|
||||
Reference in New Issue
Block a user