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 pipenvInstallation
Install horn by using the build tool mix.
Lastest release version:
$ mix archive.install hex hornCreate your Flask app
Now, enjoy with Flask:
$ mix horn.new YOUR_APP_NAME