boilerplate.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'
↓ ↓ ↓ ↓ ↓ ↓
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).