RubyGems Navigation menu

directory_template 1.0.1

DirectoryTemplate is a library which lets you generate directory structures and files from a template structure. The template structure can be a real directory structure on the filesystem, or it can be stored in a yaml file. Take a look at the examples directory in the gem to get an idea, how a template can look. When generating a new directory structure from a template, DirectoryTemplate will process the pathname of each directory and file using the DirectoryTemplate#path_processor. It will also process the contents of each file with all processors that apply to a given file. The standard path processor allows you to use `%{variables}` in pathnames. The gem comes with a .erb (renders ERB templates) and .html.markdown processor (renders markdown to html). You can use the existing processors or define your own ones.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.0.1 - May 03, 2012 (15.5KB)
  2. 1.0.0 - May 03, 2012 (15.5KB)

所有者:

作者:

  • Stefan Rusterholz

SHA 256チェックサム:

e37f0897711be25cc51ee8797a5aed5ca5d6a26cc3eb2599fd26b254fd05bb3f

累計ダウンロード数 9,020

このバージョンのみ 5,509

ライセンス:

N/A

必要なRubyのバージョン: なし

必要なRubyGemsのバージョン: > 1.3.1

リンク: