In Files

Hoe::Newb

Newb plugin for hoe.

Tasks Provided:

newb

Get a new developer up to speed.

Public Instance Methods

define_newb_tasks() click to toggle source

define tasks for the newb plugin

    # File lib/hoe/newb.rb, line 10
10:   def define_newb_tasks
11:     desc "Install deps, generate docs, run tests/specs."
12:     task :newb => %(check_extra_deps docs default) do
13:       puts         GOOD TO GO! Tests are passing, docs are generated,        dependencies are installed. Get to hacking.
14:     end
15:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.