Guide

This guide starts with the basics, and then presents new capabilities and features as we progress through each section. The completed work of each section is captured as branches in the archetect-tutorial Git repo, so you can progress through this guide and the tutorial examples at the same time.

If you'd like to use the companion tutorial examples, first switch into a directory where you keep projects, and then clone the tutorial's Git repo:

    git clone https://github.com/archetect/archetect-tutorial.git

You can visit each section by using git to list them out and then check out the corresponding branch that interests you.

    git branch
    git checkout 01_basics

Basics

Getting started by introducing a few basics.

Structuring an Archetype

Beging laying out the structure of our archetype.