Installation
Install ShellUI packages to get started.
CLI Installation
Global Installation
Install the CLI globally to use it from anywhere:
npm install -g @shellui/cli
Local Installation
Install as a dev dependency in your project:
npm install --save-dev @shellui/cli
Core Installation
Install the core React application runtime:
npm install @shellui/core
SDK Installation
Install the JavaScript SDK for ShellUI integration:
npm install @shellui/sdk
Monorepo Setup
If you're working with the monorepo:
# Clone the repository
git clone <repository-url>
cd shellui/core
# Install all dependencies
npm install
# Build all packages
npm run build