Packages

Various web page generator in Phoenix(Elixir Web Framework)

Current section

Files

Jump to
shotrize README.md
Raw

README.md

# shotrize
[Shotrize](https://hex.pm/packages/shotrize) is a Web page/API/REST API generator without MVC and router in Phoenix (it's just like PHP).
Here is an example:
```elixir
```
See the [online documentation](https://hexdocs.pm/smallex).
## Installation
Add to your ```mix.exs``` file:
```elixir
def deps do
[
{ :shotrize, "~> 0.1" }
]
end
```
## License
This project is licensed under the terms of the Apache 2.0 license, see LICENSE.