I use the require hook of BabelJS (formerly named 6to5) to run node apps with es6features:
// run.js require(\"babel/register\"); require(\"./app.js6\");
You can use node with --harmony flag to run script with es6 features