Refactor move docs (#8108)

* feat: [skip] generate readme script

* docs: [skip ci] update READMEs

* docs: [skip ci] fix code block type

* chore: [skip ci] move generator script
This commit is contained in:
Sven SAULEAU
2018-06-04 16:32:39 +02:00
committed by Henry Zhu
parent b6eaaa2496
commit b445b79734
143 changed files with 1286 additions and 11238 deletions

View File

@@ -1,17 +1,19 @@
# @babel/node
> A Babel-powered Node.js CLI
> Babel command line
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.
See our website [@babel/node](https://new.babeljs.io/docs/en/next/babel-node.html) for more information.
## Install
```sh
npm install --save-dev @babel/core @babel/node
```
## Usage
Using npm:
```sh
babel-node [options] [ -e script | script.js ] [arguments]
npm install --save @babel/node
```
or using yarn:
```sh
yarn add --save @babel/node
```