This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
tap / tap-gen
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
History | ||
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
cmd/ | ||
| |
lib/ | ||
| |
tap-gen.gemspec | ||
| |
tap.yml | Wed Dec 31 08:47:06 -0800 2008 | |
| |
templates/ | ||
| |
test/ |
tap-gen/README
= {Tap Generator}[http://tap.rubyforge.org/tap-gen]
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}[http://tap.rubyforge.org/tap-gen] is a part of the
{Tap-Suite}[http://tap.rubyforge.org/tap-suite]. Check out these links for
documentation, development, and bug tracking.
* Website[http://tap.rubyforge.org]
* Lighthouse[http://bahuvrihi.lighthouseapp.com/projects/9908-tap-task-application/tickets]
* Github[http://github.com/bahuvrihi/tap/tree/master]
* {Google Group}[http://groups.google.com/group/ruby-on-tap]
== 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
RubyForge[http://rubyforge.org/projects/tap]. Use:
% gem install tap-gen
== Info
Copyright (c) 2009, Regents of the University of Colorado.
Developer:: {Simon Chiang}[http://bahuvrihi.wordpress.com], {Biomolecular Structure Program}[http://biomol.uchsc.edu/],
{Hansen Lab}[http://hsc-proteomics.uchsc.edu/hansenlab/]
Support:: CU Denver School of Medicine Deans Academic Enrichment Fund
License:: {MIT-Style}[link:files/MIT-LICENSE.html]








