Click here to Skip to main content
15,891,905 members
Articles / Programming Languages / C#

csppg: A Little C# Preprocessor for .. Whatever

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
28 Oct 2021MIT3 min read 7.5K   65   7  
This is a little templating engine build tool I use to make my code generation projects more maintainable.
In this article, you will see a small dependency free ASP/T4 like templating engine that works as a build tool.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions