Go to file
Alexey Chubar e8ce1df2ad
Publish PHP Package / docker (push) Successful in 7s Details
Fixing nested diffable POD structs being incorrectly marked as clean in GetDiff
2024-06-18 17:23:26 +03:00
.gitea/workflows Добавить .gitea/workflows/build_composer.yaml 2024-02-13 15:07:21 +03:00
src generation fixes 2024-05-07 17:17:04 +03:00
tpl Fixing nested diffable POD structs being incorrectly marked as clean in GetDiff 2024-06-18 17:23:26 +03:00
.gitignore Minor tweaks 2022-12-07 17:19:24 +03:00
CHANGELOG.md Fixing nested diffable POD structs being incorrectly marked as clean in GetDiff 2024-06-18 17:23:26 +03:00
README.md Обновить README.md 2024-03-27 12:20:29 +03:00
composer.json Bumping deps 2023-08-16 14:36:12 +03:00

README.md

This package is used for code generation of C# meta structs using Twig templates

Usage example:

$code = \metagen_cs\codegen(null, get_meta(), 
[
  'namespace' => 'BitGames.Autogen'
]);
file_put_contents('bundle.cs', $code);