From 5fd125f1ae04e431bf7acb610833cce2e24565d8 Mon Sep 17 00:00:00 2001 From: Arshia Mohammadei Date: Thu, 23 Jul 2026 04:05:52 +0330 Subject: [PATCH] add github pages website --- docs/index.html | 173 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 docs/index.html diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..7cb9358 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,173 @@ + + + + + + + Hive CLI + + + + + + + +
+ +

+ 🐝 Hive CLI +

+ +

+ Your local development environment, orchestrated. +

+ + +CLI Tool + + + +
+ +

Linux

+ +

+curl -fsSL https://raw.githubusercontent.com/HiveSofts/hive-cli/main/install/install.sh | bash
+
+ +
+ + +
+ +

macOS

+ +

+curl -fsSL https://raw.githubusercontent.com/HiveSofts/hive-cli/main/install/install.sh | bash
+
+ +
+ + +
+ +

Windows PowerShell

+ +

+irm https://raw.githubusercontent.com/HiveSofts/hive-cli/main/install/install.ps1 | iex
+
+ +
+ + +
+ +

Verify Installation

+ +

+hive --version
+
+hive --help
+
+ +
+ + +
+ +

Quick Start

+ +

+hive init
+
+hive run
+
+hive expose
+
+ +
+ + + + + +
+ + + \ No newline at end of file