Reputation: 1317
In Python there is common to generate application skeletons with ZopeSkel. Recently ZopeSkel was refactored to define a new module named templer. In the process of creating skeletons templer not only copy dirs, also set values in template files, ask to the user and run processes.
I don't know something similar in Ruby. Is there a similar project?
Upvotes: 0
Views: 125
Reputation: 12251
The Monk project does just that. If you look around you'll find plenty of other people's skels to use too.
Upvotes: 1