Code generation via command line?
Posted: Sat 21 Nov 2009 12:43
Great work on this tool.
Is there a way to run code generation via the command line?
Our build is automated via MsBuild and it would be nice to be able to do code generation as a part of the automated build.
Something like:
Thank you.
Is there a way to run code generation via the command line?
Our build is automated via MsBuild and it would be nice to be able to do code generation as a part of the automated build.
Something like:
Code: Select all
EntityDeveloper.exe /codeGeneration /myProject /separateFiles /csLanguage /o"c:\mybuild\myproject\entites"