README.md

# Bag

A collection of structured data bags, in the form of Elixir structs.

## Installation

    def application do
      [extra_applications: [:bag]]
    end

    def deps do
      [{:bag, "~> 0.1.0"}]
    end

## Helpful links

* [Changelog](CHANGELOG.md)
* [License](LICENSE.md)
* [Version](VERSION.txt)