README.md

# Infuse

[![Build Status](https://travis-ci.org/clone1018/experimental-elixir-infuse.svg?branch=master)](https://travis-ci.org/clone1018/experimental-elixir-infuse)

Simple web framework designed to get you up and running.

## Simplates

Coming soon

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add `infuse` to your list of dependencies in `mix.exs`:

    ```elixir
    def deps do
      [{:infuse, "~> 0.1.0"}]
    end
    ```

  2. Ensure `infuse` is started before your application:

    ```elixir
    def application do
      [applications: [:infuse]]
    end
    ```

## Credits & License
[LICENSE](LICENSE.md)

Entire inspiration and design is from [https://github.com/AspenWeb/aspen.py](https://github.com/AspenWeb/aspen.py)