From 0d82dc27633ff164733bde72d3452dbf38bae5c9 Mon Sep 17 00:00:00 2001 From: Nathan Falvey Date: Sun, 1 Mar 2026 00:35:45 +0000 Subject: [PATCH] Update README.md to include project description and usage instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ddea199..871b55b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # scaffold-storage +This repository stores project templates used by an automated workflow. + +The workflow creates and publishes project templates to this storage so that +other tools and users can download them to scaffold new projects. Use this +directory as the source for template downloads in your project-creation +pipeline. + +Usage +----- +- Templates: stored under `storage/` and organized by language or template type. +- Download: automated scripts or CI jobs retrieve templates from this storage. + +If you need a new template added, open an issue or submit a pull request. +