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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user