babel

(★ 11)

Babel · 巴别 — a lightweight Discord translator plugin for macOS and Windows (双击即译 / 输入即译)

babel Latest Version Download

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

node

View Details ▼

Server-side JavaScript platform (Node.js).

node {{path/to/file}}

Run a JavaScript file:

node

Start a REPL (interactive shell):

node --watch {{path/to/file}}

Execute the specified file restarting the process when an imported file is changed (requires Node.js version 18.11+):

🔍

npm run

View Details ▼

Run a script.

npm run

List available scripts:

npm run {{script_name}}

Run a script:

npm run {{script_name}} -- {{argument}} {{--option}}

Pass arguments to a script:

🔍

installer

View Details ▼

Install system software and packages to a specified domain or volume.

sudo installer -verbose {{[-pkg|-package]}} {{path/to/python-version.pkg}} {{[-tgt|-target]}} /

Install a Python package to the root volume with verbose output:

installer -pkginfo {{[-pkg|-package]}} {{path/to/package.pkg}}

Display list of packages (or subpackages for `.mpkg`) that can be installed on the target volume:

installer -volinfo {{[-pkg|-package]}} {{path/to/package.pkg}}

Display list of volumes onto which the package can be installed:

// repository documentation