Scripty
Code generator
Tool to use Roslyn-powered C# scripts for code generation in .NET projects
Tools to let you use Roslyn-powered C# scripts for code generation
620 stars
43 watching
69 forks
Language: C#
last commit: almost 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
nikhilk/scriptsharp | A development tool that compiles C# source code into JavaScript for building large-scale web applications. | 658 |
senchalabs/jsduck | Generates documentation for JavaScript code using Markdown and infers information from the code itself. | 1,502 |
drizin/codegencs | A code generation toolkit that enables easy creation of templates for generating code in various languages and formats. | 258 |
ryanalameddine/sourcegeneratordemo | A C# project demonstrating the use of source generators to automate code generation at compile time. | 3 |
hermanussen/fairy | Generates C# code from SCS .yml files | 4 |
b3b00/csly | A C# library that simplifies generating and maintaining lexer/parsers using compact definition syntax | 374 |
31/godotonready | A C# source generator for Godot 3.x that adds convenient onready-like features to scripts without reflection | 123 |
oleg-shilo/cs-script | A C# scripting platform for extending .NET applications with runtime scripts | 1,629 |
distantcam/autoctor | Automatically generates constructors and associated code for managing dependencies in C# classes | 84 |
dotnet/roslyn-sdk | Provides APIs and tools to analyze and inspect .NET code using the Roslyn compiler platform | 516 |
sandra/sandra.snow | A Jekyll-inspired static site generation tool for .NET web development | 235 |
dustincampbell/csharpessentials | A collection of tools to simplify C# development with Roslyn diagnostics and code fixes. | 160 |
lukebuehler/cshell | An interactive C# scripting environment with a read-eval-print-loop (REPL) for direct code evaluation and execution. | 703 |
dotnet/roslyn | Provides a compiler and code analysis API for C# and Visual Basic languages | 19,064 |
unoplatform/uno.sourcegeneration | An API-compatible C# source generation framework inspired by Roslyn v2.0, enabling developers to generate code based on project build information. | 129 |