eggsccc

Installation Guide

Step-by-step instructions to install and configure our SDKs and tools on your system.

Getting Started

Prerequisites

  • Node.js version 14 or higher
  • Python 3 installed
  • Git for source control

Windows

npm install -g @eggsccc/cli
eggs init --platform windows

If installation fails on Windows, try running the installer with admin rights.

macOS

brew tap eggsccc/core
brew install eggsccc

Use Homebrew to install our command line tools on Mac systems.

Linux

wget -O install.sh https://install.eggs/eggs.sh
chmod +x install.sh && ./install.sh

This bash script will install all required system dependencies and CLI tools.

After Installation

Login & Authenticate

Configure your credentials using the CLI or web console.

Auth Guide

Verify Installation

Run the following command to check your tooling:

`eggs --version`