Add create-docforge starter CLI

This commit is contained in:
thePR0M3TH3AN
2025-07-10 10:50:29 -04:00
parent 8b04671e4e
commit d7045ade89
8 changed files with 78 additions and 1 deletions

View File

@@ -13,5 +13,8 @@
"lunr": "^2.3.9",
"js-yaml": "^4.1.0"
},
"license": "MIT"
"license": "MIT",
"bin": {
"create-docforge": "./bin/create-docforge.js"
}
}