This directory provides a rebar3 template for easier creation of an Arizona application.
To install, clone the entirely content of this directory to ~/.config/rebar3/templates
. If the rebar3 templates directory does not exist, create it via:
mkdir -p ~/.config/rebar3/templates
$ rebar3 new arizona name=myarizona
$ cd myarizona
$ rebar3 new help arizona
arizona:
custom template (/home/williamthome/.config/rebar3/templates/arizona_template/arizona.template)
Description: Create a basic live Arizona template
Variables:
name="myarizona" (Name of the Arizona application)
date="2023-10-29"
datetime="2023-10-29T21:33:38+00:00"
author_name="William Fank Thomé"
author_email="[email protected]"
copyright_year="2023"
apps_dir="apps" (Directory where applications will be created if needed)
Copyright (c) 2023 William Fank Thomé
Arizona is 100% open source and community-driven. All components are available under the Apache 2 License on GitHub.
See LICENSE.md for more information.