Meta(Tem)Plate is anti boilerPlate and map removal tool for metatemplating react JS

Ivan Asmer e2f158be51 Proof Of Concept fixes il y a 4 ans
example e2f158be51 Proof Of Concept fixes il y a 4 ans
src e2f158be51 Proof Of Concept fixes il y a 4 ans
.editorconfig 78c2bb44d8 init create-react-library@3.1.1 il y a 4 ans
.eslintignore 78c2bb44d8 init create-react-library@3.1.1 il y a 4 ans
.eslintrc ebed02ba9c experiments il y a 4 ans
.gitignore 78c2bb44d8 init create-react-library@3.1.1 il y a 4 ans
.prettierrc 78c2bb44d8 init create-react-library@3.1.1 il y a 4 ans
.travis.yml 78c2bb44d8 init create-react-library@3.1.1 il y a 4 ans
README.md 78c2bb44d8 init create-react-library@3.1.1 il y a 4 ans
package-lock.json 78c2bb44d8 init create-react-library@3.1.1 il y a 4 ans
package.json ebed02ba9c experiments il y a 4 ans

README.md

metaplate

Meta(Tem)Plate is anti boilerPlate and map removal tool for metatemplating react JSX

NPM JavaScript Style Guide

Install

npm install --save metaplate

Usage

import React, { Component } from 'react'

import MyComponent from 'metaplate'
import 'metaplate/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © asmer