Henry Zhu 9a26c2b07a
Merge pull request #7471 from yakotika/master
added support Node's --require and -r flags in babel-node
2018-03-27 14:44:35 -04:00
..
2018-03-15 16:50:03 -04:00

@babel/node

A Babel-powered Node.js CLI

babel-node is a CLI that works exactly the same as the Node.js CLI, with the added benefit of compiling with Babel presets and plugins before running it.

Install

npm install --save-dev @babel/core @babel/node

Usage

babel-node [options] [ -e script | script.js ] [arguments]