Skip to content

devsnek/esvu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esvu

esvu is your one-stop shop for all implementations of ECMAScript.

Installation

$ npm i -g esvu

esvu will attempt to respect XDG_DATA_HOME, and will fall back to the home directory. You will need to add esvu's bin to your PATH, for example $XDG_DATA_HOME/.esvu/bin or /home/snek/.esvu/bin.

You may override the path entirely by setting the ESVU_PATH environment variable.

Usage

The first time you run esvu, it will ask you which engines you wish to install. After the first run, running esvu will update the engines you selected.

  • $ esvu Update all installed engines, or select engines to install
  • $ esvu install <engine> Install the engine <engine>
  • $ esvu uninstall <engine> Uninstall <engine>
  • $ esvu update <engine> Update <engine>. Like install but the engine must have been previously installed.

If you're using [eshost-cli][], you can run eshost --configure-esvu after installing engines to make eshost automatically find the installed engines.

Some binaries may be exposed as batch/shell scripts to properly handling shared library loading. Some binaries on 64-bit systems may be natively 32-bit.

About

esvu is your one-stop shop for all implementations of ECMAScript.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors