53ad7b729e8c3005ed0b52b8ca34d0702c21d4e2
XO-CLI & XO-TUI
Installation
Full Installation
# Create a new directory since we are going to be pulling in engine too
mdkir xo-terminal && cd xo-terminal
# Clone the Engine Repo
git clone git@gitlab.com:GeneralProtocols/xo/engine.git
# Move into teh engine directory
cd engine
# Install the dependencies
npm ci
# Build the engine
npm run build
# Move back to the top level directory
cd ..
# Clone the CLI Repo
git clone git@git.harvmaster.com:Harvmaster/xo-cli.git
# Move into the cli directory
cd xo-cli
# Install the dependencies
npm ci
# Build the cli
npm run build
Install globally
# (From the xo-cli directory)
npm install -g .
Run the CLI
# If globally installed (Not really usable if not globally installed)
xo-cli
Run the TUI
# If globally installed
xo-tui
# If not globally installed
npm run dev
Description
Languages
TypeScript
94.9%
JavaScript
2.7%
Shell
2.4%