Horn
A weird Flask scaffolding tool for building restful-server, writen in Elixir
Prerequisites
horn implemented in elixir language, so you should install elixir first:
$ brew install elixir
In python side, Horn recommend manages python packages via pipenv
$ pip install pipenv
Installation
Install horn by using the build tool mix.
Lastest release version:
$ mix archive.install hex horn
Create your Flask app
Now, enjoy with Flask:
$ mix horn.new YOUR_APP_NAME