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