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
- Host: GitHub
- URL: https://github.com/freeshineit/babel-plugin-development-template
- Owner: freeshineit
- License: mit
- Created: 2022-12-20T13:27:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T10:30:29.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T19:23:24.539Z (8 months ago)
- Topics: babel-plugin, babel-plugin-template
- Language: TypeScript
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## babel-plugin-development-template

### 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)