run-es6
v1.0.2
Published
ES6 and TS (typescript) command line runner with babel 7
Downloads
18
Readme
RUN-ES6
A Library to run es6, es7, typescript from command line on the fly through babel 7.
For those who prefer babel to compile typescript files.
Install
npm i run-es6
Usage
In your package.json
:
{
"scripts": {
"start": "run-es6 your-script.ts",
"test": "nodemon node_modules/run-es6 your-script.ts"
}
}
It will use your .babelrc
configuration.