Note: This project has been superseded by jsvu
.
This repository hosts Homebrew formulae for ECMAScript engines.
Since building from source usually takes quite a while for ECMAScript engines, these formulae use official precompiled binaries, resulting in optimal brew install $formula
performance.
Use brew install mathiasbynens/ecmascript/<formula>
.
Alternatively, install via URL:
brew install https://raw.githubusercontent.com/mathiasbynens/homebrew-ecmascript/master/<formula>.rb
You could use brew tap mathiasbynens/ecmascript
and then brew install <formula>
, but the latter fails if the formula conflicts with one from homebrew-core or another tap. I wouldn’t recommend this method.
First, please run brew update
and brew doctor
.
Second, read the troubleshooting checklist.
brew help
, man brew
, or check the Homebrew documentation.
Mathias Bynens |
homebrew-ecmascript is available under the MIT license.