Module: Bookshop

Defined in:
lib/bookshop/commands/yaml/book.rb,
lib/bookshop/error.rb,
lib/bookshop/version.rb,
lib/bookshop/post_install.rb,
lib/bookshop/commands/build.rb,
lib/bookshop/script_bookshop_loader.rb,
lib/bookshop/generators/bookshop/app/app_generator.rb

Overview

Take a YAML data structure and express it in a ‘class.attribute.attribute’ convention so

it can be passed to the build command, used in the source files to call data
from the book.yml file

# book.yml foo:

bar: foobar

is referenced in the source files as <%= book.foo.bar %> and yields in build ‘foobar’

Defined Under Namespace

Modules: Commands, Generators, ScriptBookshopLoader Classes: ArgumentsError, Error, GeneratorArgumentsError

Constant Summary collapse

VERSION =
"0.1.6"
POST_INSTALL =
"
******************************************************************


Install PrinceXML:

http://www.princexml.com/download/


******************************************************************
"