/thor-tree

A thor extension for generating directory structures from file trees defined in YAML

Primary LanguageRubyMIT LicenseMIT

Thor::Tree

Description

Thor::Tree is a file and directory generator extension for Thor. It will parse a file tree described in a YAML file and generate the desired file and directory structure. File content may be specified with templates or copied from source files.

Installation

gem install thor-tree

Usage

Please see the specifications and example YAML file for an example.