1.0.2 • Published 2 years ago

run-es6 v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
2 years ago

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.