Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Pranav K f84500410f Update LICENSE.txt text 2017-07-03 14:07:51 -07:00
N. Taylor Mullen 85d95ec2fa Update LICENSE.txt and license header on files. 2015-05-01 13:59:50 -07:00
Pradeep Kadubandi 1bbb33b029 Initial checkin for command line scaffolding.
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.
2014-07-02 15:52:47 -07:00