Skip to content

CrabDude/node-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-es6

A node --harmony executable with full 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

$ node-es6
traceur> let a = 'hello'; console.log(`${a}`)
hello

About

A node --harmony executable with traceur compilation.

Resources

License

Stars

Watchers

Forks

Packages