# halfeind

> HalfEind design pattern

[![NPM](https://img.shields.io/npm/v/halfeind.svg)](https://www.npmjs.com/package/halfeind) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save halfeind
```

<!-- ## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'halfeind'

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

## License

MIT © [halfeind](https://github.com/halfeind)
