chore: initialize HarborForge.Cli repository
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
dist/
|
||||
bin/
|
||||
node_modules/
|
||||
*.log
|
||||
.env
|
||||
.env.*
|
||||
6
README.md
Normal file
6
README.md
Normal 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
7
package.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "harborforge-cli",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"description": "CLI tools for HarborForge",
|
||||
"license": "UNLICENSED"
|
||||
}
|
||||
Reference in New Issue
Block a user