gnormal / gnorm

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

prepend outputdir on generated files & cleanup #49

Closed natefinch closed 6 years ago

natefinch commented 6 years ago

This commit ensures that generated files are generated inside output dir. It also cleans up the docs some, adds a section on static files, and fixes up the files created by gnorm init to actually function correctly. And it deletes the "examplesite" from inside the hugo theme, to evidently save us 42k LOC. And is uses the static feature to generate the code for the postgres driver.