devboy / gator

gator - the friendly code-generator
MIT License
9 stars 1 forks source link

Post generate hook #1

Open jankeesvw opened 13 years ago

jankeesvw commented 13 years ago

I would love to have a post generate hook to apply some additional scripting.

devboy commented 13 years ago

I will think about a good solution for this. As every project is going to have a gator project file, to define project settings like directory structure, authors etc. It could also contain an Initializer object which handles project initialization. $gator project init or $gator project new MyProject MyTemplate --auto-init

Just an idea for now, it's all babysteps. :)

jankeesvw commented 13 years ago

sounds good.