Skip to content
forked from oxidic/oxate

Installer for the Oxido programming language

License

Notifications You must be signed in to change notification settings

apoorvcodes/oxup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oxup

Oxup is a tool for managing installations and packages of oxido.

Installation

You can download oxup from the releases page for your operating system, unzip the download and add the binary to your path.

Windows

setx PATH "C:\oxido;%PATH%" # path to binary

Linux

sudo install oxido /usr/local/bin

Macos

sudo install oxido /usr/local/bin

Usage

oxup <command> [OPTIONS]

Commands

  • add add packages to your project
  • install install oxido interpreter
  • remove remove packages from your project
  • update update the oxido interpreter to the latest version permitted by semver
  • uninstall uninstall oxido interpreter
  • version prints the version

Options:

  • -W force run as windows
  • -L force run as linux
  • -M force run as macos

About

Installer for the Oxido programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%