Sha256: e20a2fed1c93bb1cd73086b2f5a762c801804f84bdd6d27acc08a45142cec231

Contents?: true

Size: 334 Bytes

Versions: 12

Compression:

Stored size: 334 Bytes

Contents

# FULL_NAME

DESCRIPTION

## Installation

```sh
$ npm install FULL_NAME
```

## Usage

### Via `.babelrc` (Recommended)

**.babelrc**

```json
{
  "plugins": ["NAME"]
}
```

### Via CLI

```sh
$ babel --plugins NAME script.js
```

### Via Node API

```javascript
require("babel-core").transform("code", {
  plugins: ["NAME"]
});
```

Version data entries

12 entries across 6 versions & 2 rubygems

Version Path
ilog-0.4.1 node_modules/babel/src/babel-plugin/templates/README.md
ilog-0.4.1 node_modules/babel/lib/babel-plugin/templates/README.md
ilog-0.4.0 node_modules/babel/lib/babel-plugin/templates/README.md
ilog-0.4.0 node_modules/babel/src/babel-plugin/templates/README.md
ilog-0.3.3 node_modules/babel/lib/babel-plugin/templates/README.md
ilog-0.3.3 node_modules/babel/src/babel-plugin/templates/README.md
es6_tilt-0.1.2 test/dummy/app/assets/javascripts/node_modules/babel/lib/babel-plugin/templates/README.md
es6_tilt-0.1.2 test/dummy/app/assets/javascripts/node_modules/babel/src/babel-plugin/templates/README.md
es6_tilt-0.1.1 test/dummy/app/assets/javascripts/node_modules/babel/src/babel-plugin/templates/README.md
es6_tilt-0.1.1 test/dummy/app/assets/javascripts/node_modules/babel/lib/babel-plugin/templates/README.md
es6_tilt-0.1.0 test/dummy/app/assets/javascripts/node_modules/babel/lib/babel-plugin/templates/README.md
es6_tilt-0.1.0 test/dummy/app/assets/javascripts/node_modules/babel/src/babel-plugin/templates/README.md