Initial upload: ScaffoldForge CLI tool with full codebase, tests, and CI/CD

This commit is contained in:
2026-02-04 05:37:05 +00:00
parent fb5fef7412
commit c17381cd18

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# ScaffoldForge Environment Configuration
# Copy this file to .env and fill in your values
# GitHub Personal Access Token for API access
# Create one at: https://github.com/settings/tokens
# Required scopes: repo (for private repos)
GITHUB_TOKEN=your_github_token_here
# Default template directory path
# SCAFFOLD_TEMPLATE_DIR=./templates
# Default output directory
# SCAFFOLD_OUTPUT_DIR=./output