commit ddaea1c15b8735851b808da26a36b1205508592d Author: zhi Date: Sat Mar 21 07:31:18 2026 +0000 chore: initialize HarborForge.Cli repository diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b998a8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +dist/ +bin/ +node_modules/ +*.log +.env +.env.* diff --git a/README.md b/README.md new file mode 100644 index 0000000..b866f9e --- /dev/null +++ b/README.md @@ -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. diff --git a/package.json b/package.json new file mode 100644 index 0000000..792295d --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "name": "harborforge-cli", + "private": true, + "version": "0.1.0", + "description": "CLI tools for HarborForge", + "license": "UNLICENSED" +}