This checkin enables the following things:
- Code generator detection and invocation through command line
I have assumed a simple model where code generators specify the command line options and arguments and there is a matching GenerateCode method which matches with those metadata (required parameters should match arguments, optional parameters should match options, also switch options must be of type bool and other options must be of type string).
WebFx project itslef is right now a sample CodeGenerator, TestWebApp is the actual sample app on which the code generators are run.