# metaplate > Meta(Tem)Plate is anti boilerPlate and map removal tool for metatemplating react JSX [![NPM](https://img.shields.io/npm/v/metaplate.svg)](https://www.npmjs.com/package/metaplate) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ## Install ```bash npm install --save metaplate ``` ## Usage ```jsx import React, { Component } from 'react' import MyComponent from 'metaplate' import 'metaplate/dist/index.css' class Example extends Component { render() { return } } ``` ## License MIT © [asmer](https://github.com/asmer)