run-es6

1.0.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i run-es6

Weekly Downloads

7

Version

1.0.2

License

MIT

Unpacked Size

3.9 kB

Total Files

4

Last publish

Collaborators

  • appfeel