README.md

# erlembic 🚀

[![Erlang/OTP Versions](https://img.shields.io/badge/erlang%2Fotp-25%7C26%7C27-blue)](http://www.erlang.org)
[![Hex Version](https://img.shields.io/hexpm/v/erlembic
)](https://hex.pm/packages/erlembic)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/erlembic/)
[![License](https://img.shields.io/github/license/mochams/erlembic)](https://github.com/mochams/erlembic)

A database migrations tool for Erlang.

## Features

## Requirements

- Erlang/OTP

## Installation

```erlang
%% Add the following to your rebar.config. 
{project_plugins, [erlembic]}.
```

## Usage

## Directory Structure

## Commands

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.