Initial upload: ScaffoldForge CLI tool with full codebase, tests, and CI/CD
This commit is contained in:
14
scaffoldforge/templates/python/default/utils.py.j2
Normal file
14
scaffoldforge/templates/python/default/utils.py.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
"""Utility functions for {{ project_name }}.
|
||||
|
||||
Generated from GitHub Issue #{{ issue_number }}
|
||||
"""
|
||||
|
||||
|
||||
def helper_function():
|
||||
"""TODO: Implement helper function."""
|
||||
pass
|
||||
|
||||
|
||||
def another_helper():
|
||||
"""TODO: Implement another helper."""
|
||||
pass
|
||||
Reference in New Issue
Block a user