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

This commit is contained in:
2026-02-04 05:37:15 +00:00
parent 49c59ee057
commit f79c808909

View File

@@ -0,0 +1,12 @@
{
"name": "{{ project_name_kebab }}",
"version": "0.1.0",
"description": "{{ issue_title }}",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT"
}