npm.io
0.3.1 • Published 11 years agoCLI

node-es6

Licence
MIT
Version
0.3.1
Deps
5
Vulns
5
Weekly
0

node-es6

A node --harmony executable with traceur compilation using

#Install

$ npm install -g node-es6

#Run

// index.js
let helloWorld = 'hello world'
console.log(hello)
$ node-es6 index.js
hello world