gnormal / gnorm

A database-first code generator for any language
https://gnorm.org
Other
487 stars 40 forks source link

add gnorm command to test specific template #28

Open natefinch opened 6 years ago

natefinch commented 6 years ago

gnorm test foo.templ -> parse the template to make sure it's valid (no template typos).

gnorm test foo.templ --table foo -> parse the template and feed it table data from table foo (using the current gnorm.toml) to test the output (write to stdout). (also --schema and --enum)