From c17381cd18b1b75e5f9b00497dbcabdb674272e0 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 05:37:05 +0000 Subject: [PATCH] Initial upload: ScaffoldForge CLI tool with full codebase, tests, and CI/CD --- .env.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..aea0249 --- /dev/null +++ b/.env.example @@ -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