gnormal / gnorm

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

Abort generation if file exists and matches glob #91

Closed Etomyutikos closed 6 years ago

Etomyutikos commented 6 years ago

resolves #90

With this, a user can have Gnorm generate a file once and prevent further generation (thus preserving future edits). Or prevent accidental overwrites of files during generation. There are, I'm sure, other use cases I can't envision at this time.

natefinch commented 6 years ago

And sorry it took so long for me to get to it.

Etomyutikos commented 6 years ago

👍