doc: add text that this library is primarily for Vegvisir and Reflect scaffolding (#23)

Reviewed-on: https://codeberg.org/vlw/scaffold/pulls/23
This commit is contained in:
Victor Westerlund 2026-02-11 17:25:05 +01:00
parent 723b048c8f
commit c501201f11
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Scaffold # Scaffold
This composer package contains my project boilerplate code for working with [Vegvisir](https://vegvisir.vlw.se) and [Reflect](https://reflect.vlw.se) projects. It contains my most commonly used classes and functions which I use to make development of new project in these frameworks easier. This composer package (primarily) contains my project boilerplate code for working with [Vegvisir](https://vegvisir.vlw.se) and [Reflect](https://reflect.vlw.se) projects. It contains my most commonly used classes and functions which I use to make development of new project in these frameworks easier.
Refer to the documentation in each source file for more information about its function. Refer to the documentation in each source file for more information about its function.

View file

@ -1,6 +1,6 @@
{ {
"name": "vlw/scaffold", "name": "vlw/scaffold",
"description": "Project scaffolding for Reflect and Vegvisir projects", "description": "Project scaffolding (primarily) for Reflect and Vegvisir projects",
"type": "library", "type": "library",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"authors": [ "authors": [