Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Latest commit

 

History

History

arizona_template

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Arizona Template

This directory provides a rebar3 template for easier creation of an Arizona application.

Table of contents

Installation

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

Usage

$ rebar3 new arizona name=myarizona
$ cd myarizona

Options

$ 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)

License

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.