/node-harmony-cli

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

node-harmony-cli

npm package

Run node with all harmony flags, even in progress

Install

$ npm install -g node-harmony-cli

Usage

$ node-harmony script.js

FAQ

Q: What's the difference between node-harmony and node --harmony?

A: While node --harmony will enable all completed harmony features, node-harmony will enable all harmony features, including those in-progress ones.