oxide-cli 0.3.0

⚡ Lightning-fast project scaffolding tool for modern JavaScript/TypeScript development
oxide-cli-0.3.0 is not a library.

Oxide

Installation

Quick Install (Recommended)

Linux/macOS:

curl -sSL https://raw.githubusercontent.com/oxide-cli/oxide/main/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/oxide-cli/oxide/main/install.ps1|iex

After installation, add to your PATH (if not already):

Bash:

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

Zsh:

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc

Windows: The installer automatically adds to PATH. Restart your terminal after installation.

Manual Installation

Download the latest release for your platform:

Usage

oxide new my-app