Browse Source

Added README

Piotr Czajkowski 4 months ago
parent
commit
9f316a0ea5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+# CodeGenerators
+
+Rudimentary library for generating C# classes/records.
+
+[GeneratorForExcelORM](CodeGenerators/GeneratorForExcelORM) project is an example on how it can be utilized to generate records for [ExcelORM](https://github.com/pczajkowski/ExcelORM) library.