boilerplate.macro

0.0.1 • Public • Published

boilerplate.macro

Babel Macro

This is a babel-macros macro for babel-plugin-boilerplate.

Please see those projects for more information.

Installation

This module is distributed via npm which is bundled with node and should be installed as one of your project's devDependencies:

npm install --save-dev boilerplate.macro

You'll also need to install and configure babel-macros if you haven't already.

Usage

Once you've configured babel-macros you can import/require boilerplate.macro. For example:

import boilerplate from 'babel-plugin-boilerplate/macro'
 
// before
 
      ↓ ↓ ↓ ↓ ↓ ↓
 
// after

You'll find more usage capabilities in the babel-plugin-boilerplate test snapshots.

Note:

babel-plugin-boilerplate allows you to have a few more APIs than you have with this macro, but this macro comes with all the benefits of using babel-macros (which you can read about in the babel-macros docs).

Package Sidebar

Install

npm i boilerplate.macro

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

2.12 kB

Total Files

3

Last publish

Collaborators

  • sw-yx