ramune

command
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2026 License: MIT Imports: 39 Imported by: 0

Documentation

Overview

Command ramune is a JavaScript runtime powered by JavaScriptCore via purego.

Usage:

ramune run <file.js>                   Run a JavaScript file
ramune run -p lodash -p dayjs file.js  Run with npm packages
ramune eval "<expression>"             Evaluate a JS expression
ramune repl                            Interactive REPL

Environment:

Node.js compatibility (require, fs, path, crypto, etc.) is always enabled.
globalThis.fetch is available for HTTP requests.
setTimeout/setInterval work via the built-in event loop.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL