An open API service indexing awesome lists of open source software.

https://github.com/freeshineit/babel-plugin-development-template

babel plugin template
https://github.com/freeshineit/babel-plugin-development-template

babel-plugin babel-plugin-template

Last synced: 7 months ago
JSON representation

babel plugin template

Awesome Lists containing this project

README

          

## babel-plugin-development-template

![build](https://github.com/freeshineit/babel-plugin-development-template/workflows/build/badge.svg)

### Development

```bash
# clone and install
yarn install

# jest
yarn run test

# compile
yarn run build

# publish
npm publish --access public
```

### Use

- `babel.config.json`

```json
{
"plugins": ["babel-plugin-development-template"]
}
```

[codesandbox](https://codesandbox.io/s/bold-sun-npmb0m?file=/.babelrc)