devboy / gator

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

Change name of gator project files #7

Open devboy opened 12 years ago

devboy commented 12 years ago

At the moment gator is looking for project files with the name "gator" or "gator.rb". But this can cause some problems on systems that will automatically execute ruby files, so when in a directory with the file "gator.rb" will execute the project file, and not the gator executable.

Therefore we need to come up with a new name and I am open for suggestions, my first ideas:

project.rb project.gator project.gtr

Let me know what you think.

newtriks commented 12 years ago

project.rb

devboy commented 12 years ago

Was just thinking about a .gator directory, like .svn or .git. Were one could also store project specific templates and other stuff. Would that be an idea?

newtriks commented 12 years ago

I loved the simplicity of just adding a project specific rb only. Templates etc I think are best placed in another location as there is a tendency otherwise to end up with too much clutter within the project.

That said, for team projects a .gator directory would most likely be quite useful for distributing project templates?

Hmmmmm.....

On 30 October 2011 01:12, Dominic Graefen < reply@reply.github.com>wrote:

Was just thinking about a .gator directory, like .svn or .git. Were one could also store project specific templates and other stuff. Would that be an idea?

Reply to this email directly or view it on GitHub: https://github.com/devboy/gator/issues/7#issuecomment-2567672

devboy commented 12 years ago

True, we could have both i guess. And the directory being optional.