ruphy / skema forked from pcapriotti/skema
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
skema /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
License.txt | ||
| |
Manifest.txt | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
TODO | ||
| |
bin/ | ||
| |
config/ | ||
| |
lib/ | ||
| |
script/ | ||
| |
setup.rb | ||
| |
skema.gemspec | ||
| |
tasks/ | ||
| |
test/ | ||
| |
website/ |
README.txt
= skema === A command line template expansion tool Homepage: http://skema.rubyforge.org/ Copyright (c) 2008 Paolo Capriotti <p.capriotti@gmail.com> Copyright (c) 2008 Riccardo Iaconelli <riccardo@kde.org> skema is a command line utility for expanding templates. It can be used in a number of ways. Examples include: * fast prototyping applications in frameworks that require a lot of boilerplate code; * adding copyright statements to source files; * automating repetitive coding tasks. Of course, there's nothing in skema that you can't find in your favourite text editor's templating facility; skema just makes it easier if you happen to like the command line.

