Infuse

Build Status

Simple web framework designed to get you up and running.

Simplates

Coming soon

Installation

If available in Hex, 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
```
  1. Ensure infuse is started before your application:
```elixir
def application do
[applications: [:infuse]]
end
```

Credits & License

LICENSE

Entire inspiration and design is from https://github.com/AspenWeb/aspen.py