SourceConfig
Config generator
A tool for generating objects from JSON configuration files during build time
Generates configuration objects in build-time based on *.json config files
12 stars
2 watching
1 forks
Language: C#
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
saul-mirone/type-config | A tool to simplify setting up TypeScript projects by generating a configuration file based on user preferences | 19 |
jakubsturc/talk-csharp-source-generators | A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
jkcfg/jk | A tool for writing structured configuration files using a general-purpose language | 406 |
kirklin/unplugin-config | A tool that generates configuration files for web applications, allowing customization of global variables. | 24 |
borudar/configuration | A configuration library for Go programs that supports multiple data sources and types | 108 |
falldog/dcinja | A small, embedded template engine designed to generate configurations for Docker containers with minimal binary size | 9 |
olebedev/config | Provides methods to access and manipulate configuration data stored in JSON or YAML files. | 267 |
hassankhan/config | Config loads values from various file formats and strings into a PHP object. | 972 |
krasin-ga/matryoshki | A framework for creating type-agnostic decorators and adapters using C# source generators | 28 |
ignatandrei/rscg_utilitytypes | A tool that generates utility types in C# based on specified utility types from TypeScript | 4 |
bit-cloner/kcg | An interactive command line tool to generate Kubernetes config files with token authentication and RBAC permissions. | 18 |
hermanussen/jsonbyexamplegenerator | A C# source generator that creates classes from example JSON files. | 78 |
elskom/gitbuildinfo.sourcegenerator | A tool that provides information about the current Git branch and commit hash, and marks the build as clean or dirty based on the working tree state | 38 |
k94ll13nn3/autoconstructor | A C# source generator that creates constructors from readonly fields/properties in classes or structs. | 49 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |