babel-plugin-development-template
v0.1.0-alpha.3
Published
babel plugin development template
Downloads
5
Maintainers
Readme
babel-plugin-development-template
Development
# clone and install
yarn install
# jest
yarn run test
# compile
yarn run build
# publish
npm publish --access public
Use
babel.config.json
{
"plugins": ["babel-plugin-development-template"]
}