README.md
# erlembic 🚀
[![Erlang/OTP Versions](https://img.shields.io/badge/erlang%2Fotp-27-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.
{plugins, [erlembic]}.
%% Alternatively you add as a project plugin
{project_plugins, [erlembic]}.
```
## Usage
## Directory Structure
## Commands
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## Acknowledgments
## Development
```bash
# Clone the repository
git clone git@github.com:mochams/erlembic.git
# Build
rebar3 escriptize
# Run
_build/default/bin/erlembic
```