gjs

JavaScript bindings for GNOME libraries and GObject introspection

brewmacoslinux
Try with needOr install directly
Source

About

JavaScript Bindings for GNOME

Commands

gjs

Examples

Run a JavaScript file with GJS$ gjs script.js
Execute JavaScript code directly in interactive mode$ gjs -c "print('Hello from GJS')"
Run a GNOME application written in JavaScript$ gjs /usr/share/gnome-shell/extensions/example@domain.com/extension.js