# @unisharp/babel-plugin

> Babel plugin for UniSharp.

Latest version **1.0.2** (published 2022-01-26) · 0 weekly downloads

## Install

```sh
npm install @unisharp/babel-plugin
pnpm add @unisharp/babel-plugin
yarn add @unisharp/babel-plugin
bun add @unisharp/babel-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2022-01-26 |
| First published | 2018-08-06 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | UniSharp Ltd. |
| Maintainers | unisharp |
| Keywords | babel-plugin |

## Links

- npm: https://www.npmjs.com/package/@unisharp/babel-plugin
- npm.io page: https://npm.io/package/@unisharp/babel-plugin

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2022-01-26
- 1.0.1 — 2022-01-26
- 1.0.0 — 2022-01-26
- 0.3.7 — 2021-05-31
- 0.3.6 — 2020-11-09
- 0.3.5 — 2020-07-28
- 0.3.4 — 2019-10-01
- 0.3.3 — 2019-08-21
- 0.3.2 — 2019-08-21
- 0.3.1 — 2019-08-08
- 0.3.0 — 2019-04-16
- 0.2.4 — 2019-02-21
- 0.2.3 — 2018-12-14
- 0.2.2 — 2018-11-26
- 0.2.1 — 2018-11-25
- … 5 more at https://npm.io/package/@unisharp/babel-plugin/versions

## README

# babel-plugin-plugin



## Example

**In**

```js
// input code
```

**Out**

```js
"use strict";

// output code
```

## Installation

```sh
$ npm install babel-plugin-plugin
```

## Usage

### Via `.babelrc` (Recommended)

**.babelrc**

```json
{
  "plugins": ["plugin"]
}
```

### Via CLI

```sh
$ babel --plugins plugin script.js
```

### Via Node API

```javascript
require("babel-core").transform("code", {
  plugins: ["plugin"]
});
```

---
_Source: https://npm.io/package/@unisharp/babel-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
