An open API service indexing awesome lists of open source software.

https://github.com/appfeel/run-es6


https://github.com/appfeel/run-es6

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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

```sh
npm i run-es6
```

# Usage

In your `package.json`:

```json
{
"scripts": {
"start": "run-es6 your-script.ts",
"test": "nodemon node_modules/run-es6 your-script.ts"
}
}
```

It will use your `.babelrc` configuration.