3
0
Files
corteza/pkg/codegen
Vivek Patel 5e087748ab Fix locale.ErrorMetaKey case type
Add method to convert string to kebab-case and apply fix to actions.gen.go.tpl for locale.ErrorMetaKey generation.
2022-10-22 15:47:21 +05:30
..
2022-10-22 15:47:21 +05:30
2022-10-22 15:47:21 +05:30
2021-03-18 08:20:55 +01:00
2021-10-01 10:08:58 +02:00
2020-12-05 07:44:49 +01:00

Code generation package

See latest codegen version.

It consumes YAMLs from all known locations and provides them to templates

  • determinate all known locations for yaml files
  • determinate all known output types (go?, html?, adocs?)
    • can we read this from the filename?
  • define structure for all locations
  • define outputs
    • can be a static file
    • can have placeholders that are assembled from the structure, and yaml file contents