Project scaffolding for Reflect and Vegvisir projects
Find a file
Victor Westerlund dbdde9fcaf feat: add dedicated class for crosstalk between Vegvisir and Reflect (#2)
In this PR we move the Vegvisir `VV` class import into Reflect from the API class into its own `Scaffold` class. This new class will include everything that is required for crosstalk between Vegvisir and Reflect.

Reviewed-on: https://codeberg.org/vlw/scaffold/pulls/2
2025-10-30 17:41:31 +01:00
src feat: add dedicated class for crosstalk between Vegvisir and Reflect (#2) 2025-10-30 17:41:31 +01:00
.gitignore initial commit 2025-10-29 19:56:57 +01:00
composer.json initial commit 2025-10-29 19:56:57 +01:00
composer.lock initial commit 2025-10-29 19:56:57 +01:00
LICENSE initial commit 2025-10-29 19:56:57 +01:00
README.md initial commit 2025-10-29 19:56:57 +01:00

Scaffold

This composer package contains my project boilerplate code for working with Vegvisir and Reflect 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.

Installation

Run the install scripts for Vegvisir and/or Reflect, and then require this composer package to use its features anywhere in your project.

composer require vlw/scaffold