compjs

compile ES6 to ES5 base on traceur and babel


License
GPL-2.0
Install
npm install compjs@0.0.1

Documentation

6to5

compile es6 to es5 base on traceur and babel the es6 file extensions is .js when the compjs is running, it will watch the es6 source change and compile it immediately.

if we want to use traceur, we must import the traceur-runtime.js in the html

$ compjs --help