0

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?

2
  • generators for just Ruby, Ruby on Rails, or other framework? Commented Dec 25, 2012 at 11:20
  • generators for anything. The idea is to create a dir with templates and write some rules to make the project skeleton. Commented Dec 25, 2012 at 14:28

2 Answers 2

1

The Monk project does just that. If you look around you'll find plenty of other people's skels to use too.

Sign up to request clarification or add additional context in comments.

Comments

1

For Rails there are a couple of "custom" generators:

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.