eggheaddev / hostify

Hostify CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hostify CLI

Hostify cli is a simple and fast client written in go for the upload of packages to hostify

Installation

Hostify ships as a single executable with no dependencies. You can install it using the installers below.

Shell (Mac, Linux):

curl -fsSL denopkg.com/eggheaddev/hostify-cli/install/install.sh |  sh

PowerShell (Windows):

iwr denopkg.com/eggheaddev/hostify-cli/install/install.ps1 -useb | iex

For people who have Golang

clone the repo and make a `go install` and add the go bin path to your enviroment variables

Write in your term hostify help to verify the installation of the cli

About

Hostify CLI

License:MIT License


Languages

Language:Go 77.4%Language:PowerShell 13.6%Language:Shell 9.0%