Files
babel/packages/babel-node
Daniel Tschinder da2aea31f5 Fix —require
2018-03-14 13:26:07 +01:00
..
2018-03-14 13:26:07 +01:00
2018-02-12 11:41:13 -05: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]