Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamataryo/babel-plugin-wp-element
A babel plugin to convert the react import declaration for WordPress.
https://github.com/kamataryo/babel-plugin-wp-element
Last synced: about 2 months ago
JSON representation
A babel plugin to convert the react import declaration for WordPress.
- Host: GitHub
- URL: https://github.com/kamataryo/babel-plugin-wp-element
- Owner: kamataryo
- Created: 2019-06-29T15:29:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:44:50.000Z (about 2 years ago)
- Last Synced: 2024-10-13T07:53:54.177Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 711 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# babel-plugin-wp-element
[![Build Status](https://travis-ci.org/kamataryo/babel-plugin-wp-element.svg?branch=master)](https://travis-ci.org/kamataryo/babel-plugin-wp-element)
![header](./social.png)
A babel plugin to convert the react import declaration for WordPress.
## Usage
```shell
$ yarn add babel-plugin-wp-element --dev
$ vi .babelrc{
plugins: ['wp-element']
}
```## Development
```shell
$ git clone [email protected]:kamataryo/babel-plugin-wp-element.git
$ cd babel-plugin-wp-element
$ yarn
$ npm test
$ npm run Build
$ npm run e2e
```