chore: initialize HarborForge.Cli repository

This commit is contained in:
zhi
2026-03-21 07:31:18 +00:00
commit ddaea1c15b
3 changed files with 19 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
dist/
bin/
node_modules/
*.log
.env
.env.*

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# HarborForge.Cli
CLI tools for HarborForge.
This repository is intentionally initialized with a minimal scaffold.
Future commands and packaging can be added here.

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "harborforge-cli",
"private": true,
"version": "0.1.0",
"description": "CLI tools for HarborForge",
"license": "UNLICENSED"
}