#typescript #scaffold #javascript #template

app oxide-cli

⚡ Lightning-fast project scaffolding tool for modern JavaScript/TypeScript development

5 releases

Uses new Rust 2024

0.3.1 Feb 24, 2026
0.3.0 Feb 22, 2026
0.2.2 Feb 17, 2026
0.2.1 Feb 17, 2026
0.2.0 Feb 17, 2026

#327 in Development tools

MIT/Apache

54KB
1.5K SLoC

Oxide

Installation

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

Dependencies

~27–42MB
~752K SLoC