All Projects → devsnek → Esvu

devsnek / Esvu

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

Programming Languages

javascript
184084 projects - #8 most used programming language
ecmascript
72 projects

Labels

Projects that are alternatives of or similar to Esvu

Tiny Composer Installer
Small, auditable Composer installer, well suited for automated environments.
Stars: ✭ 9 (-88.46%)
Mutual labels:  installer
Github
a module for building, searching, installing, managing, and mining Stata packages from GitHub
Stars: ✭ 56 (-28.21%)
Mutual labels:  installer
Jsvu
JavaScript (engine) Version Updater
Stars: ✭ 1,192 (+1428.21%)
Mutual labels:  installer
Nvquicksite
nvQuickSite is a desktop installation app for DNN, the world's most popular ASP.NET-based CMS. This app allows you to easily install DNN onto any environment that meets the minimum system requirements for DNN to be installed.
Stars: ✭ 36 (-53.85%)
Mutual labels:  installer
Qdd
Download JavaScript Dependencies, really fast
Stars: ✭ 47 (-39.74%)
Mutual labels:  installer
Biddle
Self-hosted application distribution
Stars: ✭ 66 (-15.38%)
Mutual labels:  installer
Swizzin
A simple, modular seedbox solution
Stars: ✭ 888 (+1038.46%)
Mutual labels:  installer
Have It
The fastest NPM install does nothing because you already have it
Stars: ✭ 75 (-3.85%)
Mutual labels:  installer
Gcp Pcf Quickstart
Install Pivotal Cloud Foundry on Google Cloud Platform With One Command
Stars: ✭ 54 (-30.77%)
Mutual labels:  installer
K8s Offline
Offline installation package for kubernetes.
Stars: ✭ 72 (-7.69%)
Mutual labels:  installer
Bashful
Use a yaml file to stitch together commands and bash snippits and run them with a bit of style. Why? Because your bash script should be quiet and shy-like (...and not such a loud mouth).
Stars: ✭ 1,018 (+1205.13%)
Mutual labels:  installer
Apkupdater
APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.
Stars: ✭ 1,028 (+1217.95%)
Mutual labels:  installer
Wordpress Plugin Installer
A PHP class for installing and activating WordPress plugins.
Stars: ✭ 69 (-11.54%)
Mutual labels:  installer
Hack Linux Installer
Install and upgrade the Hack typeface on the Linux platform
Stars: ✭ 14 (-82.05%)
Mutual labels:  installer
Elasticsearch Setup
elasticsearch oss installer for windows.
Stars: ✭ 74 (-5.13%)
Mutual labels:  installer
Ultramodernui
The Ultra-Modern User Interface is a new interface with a style like the most recent installers for NSIS 3 (Nullsoft Scriptable Install System), the tool that allows programmers to create such installers for Windows.
Stars: ✭ 25 (-67.95%)
Mutual labels:  installer
Types Installer
Installs @types for your dependencies
Stars: ✭ 64 (-17.95%)
Mutual labels:  installer
Getchromium
Installs the latest build of Chromium on Android & Chrome OS.
Stars: ✭ 77 (-1.28%)
Mutual labels:  installer
Installer
dmd installers for various systems
Stars: ✭ 74 (-5.13%)
Mutual labels:  installer
Archlinux Installer
Arch Linux Installer,Install your Arch Linux more quickly
Stars: ✭ 72 (-7.69%)
Mutual labels:  installer

esvu

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

Installation

$ npm i -g esvu

Add ~/.esvu/bin to your PATH.

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.

Engine Binary Names darwin64 linux32 linux64 win32 win64
Chakra ch, chakra
engine262 engine262
GraalJS graaljs
Hermes hermes
JavaScriptCore jsc, javascriptcore
QuickJS quickjs, quickjs-run-test262
SpiderMonkey sm, spidermonkey
V8 v8
XS xs

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].