Infuse
Simple web framework designed to get you up and running.
Simplates
Coming soon
Installation
If available in Hex, the package can be installed as:
- Add
infuseto your list of dependencies inmix.exs:
```elixir
def deps do
[{:infuse, "~> 0.1.0"}]
end
```
- Ensure
infuseis started before your application:
```elixir
def application do
[applications: [:infuse]]
end
```
Credits & License
Entire inspiration and design is from https://github.com/AspenWeb/aspen.py