# babel-plugin-metal-register-components

> A babel plugin for Metal.js that automatically registers components.

Latest version **1.0.1** (published 2015-11-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install babel-plugin-metal-register-components
pnpm add babel-plugin-metal-register-components
yarn add babel-plugin-metal-register-components
bun add babel-plugin-metal-register-components
```

## 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.1 |
| Published | 2015-11-25 |
| First published | 2015-11-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.12.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Maira Bello |
| Maintainers | mairatma |
| Keywords | babel, babel-plugin, metal |

## Links

- npm: https://www.npmjs.com/package/babel-plugin-metal-register-components
- Repository: https://github.com/mairatma/babel-plugin-metal-register-components
- Homepage: https://github.com/mairatma/babel-plugin-metal-register-components#readme
- Issues: https://github.com/mairatma/babel-plugin-metal-register-components/issues
- npm.io page: https://npm.io/package/babel-plugin-metal-register-components

## Dependencies (1)

- [babel-core](https://npm.io/package/babel-core.md) ^6.1.2

## 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.1 (latest) — 2015-11-25
- 1.0.0 — 2015-11-19

## README

babel-plugin-metal-register-components
===================================

A babel plugin for Metal.js that automatically registers components.

## Usage

This is a [babel plugin](http://babeljs.io/docs/plugins/) automatically registers Component classes. Helps avoid the boilerplate of doing it manually for each component. To use it, just add it to your package.json and pass it as a plugin when calling babel:

```javascript
{
  "plugins": ["metal-register-components"]
}
```

Note that [gulp-metal](https://github.com/metal/gulp-metal) already includes this plugin by default on build tasks. So there's no need to add it manually if you're using it.

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