mirror of
https://codeberg.org/vlw/scaffold.git
synced 2026-02-26 03:21:57 +01:00
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:
parent
723b048c8f
commit
c501201f11
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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": [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue