Framework
Arkectl CLI
Installation

Installation

arkectl is the official CLI for Arke. It is a command-line tool that allows you to interact with Arke from a terminal window. It allows you to create new frontend/backend projects, start the console or call utilities.

Contribute on Github (opens in a new tab)

Install GO

Install go with homebrew

brew install golang

Some third party tools still depend on $GOPATH variable being set. You can set your $GOPATH by adding it to your .zshrc

export GOPATH=$HOME/go
export PATH=$PATH: GOPATH/bin

Download Arkectl

go install github.com/arkemishub/arkectl@latest

Define ARKEPATH

Expose a new variable called ARKEPATH within your ~/.zshrc

export ARKEPATH=$HOME/arke

Install

Install arkectl to download required files to run Arke and verify the correct install:

arkectl install

arkectl -v
arkectl version 0.0.9