Tap Generator

gen.er.a.tor n. a thing that generates something

Generators for Tap.

Description

Provides generators for Tap. Generators are subclasses of Task are therefore easy to configure, subclass, and distribute. Tap-Generator is a part of the Tap-Suite. Check out these links for documentation, development, and bug tracking.

Usage

Get started:

% tap generate root sample
% cd sample
% tap generate task goodnight
% tap run -- goodnight moon

Get some help:

% tap generate --help
% tap generate task --help

Roll your own:

% tap generate generator thing

Roll it back:

% tap destroy generator thing
% tap destroy task goodnight
% cd ..
% tap destroy root sample

Installation

Tap-Generator is available as a gem on Gemcutter.

% gem install tap-gen

Info

Developer

Simon Chiang

License

MIT-Style