Update README.md to include project description and usage instructions

This commit is contained in:
2026-03-01 00:35:45 +00:00
parent 9dce33587c
commit 0d82dc2763

View File

@@ -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.