This repository contains the tutorial programs and practical, text-based projects I am using to learn Swift.
requirements/— a command-line requirements manager that uses SQLite for storage and YAML for portable import and export.command-line-tutorial/— a small, hand-written command-line parser for exploring commands, positional arguments, options, flags, errors, and help.
Each project is kept small enough to study while still producing something useful. Project-specific build, run, and test instructions live in the project's own README.