Module: Picky::Generators

Defined in:
lib/picky-generators/generators/base.rb,
lib/picky-generators/generators/selector.rb,
lib/picky-generators/generators/client/sinatra.rb,
lib/picky-generators/generators/server/sinatra.rb,
lib/picky-generators/generators/all_in_one/sinatra.rb,
lib/picky-generators/generators/not_found_exception.rb

Overview

This is a very simple generator. Not at all like Padrino’s or Rails’. (No diss, just by way of a faster explanation)

Basically copies a prototype Unicorn into a newly generated directory.

Defined Under Namespace

Modules: AllInOne, Client, Server Classes: Base, NotFoundException, Selector