Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.62 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.62 KB

Andromeda 🌌

Andromeda

Discord Server

The simplest JavaScript and TypeScript runtime, fully written in Rust 🦀 and powered Nova.

Note: ⚠️ This project is still in early stages and is not suitable for serious use.

Installation

The easiest way to install Andromeda is to have Cargo installed and run the following command:

cargo install --git https://github.com/tryandromeda/andromeda

Getting Started

To get started with Andromeda, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/tryandromeda/andromeda
    cd andromeda
  2. Install

    cargo install --path ./cli

Usage

To run a JavaScript or TypeScript file, use the following command:

andromeda run <file>

Crates

Crate Description
andromeda Contains the Executable Command Line Interface (CLI) code
andromeda-core Contains the core runtime code
andromeda-runtime Contains the runtime code

Mozilla Public License Version 2.0