Skip to content

oxide-cli/oxide

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

 
 
 

Contributors