Sha256: aa323d73ad26bd5b2e99403b261e012be04a76bb37083192523cc24d9b9e70b8

Contents?: true

Size: 651 Bytes

Versions: 2

Compression:

Stored size: 651 Bytes

Contents

NAME
     theme - Initializes the application to support themes and creates a new theme
             folder structure.

SYNOPSIS
     theme [theme name]

DESCRIPTION
     This generator creates general purpose theme support. It's designed to leverage
     webservers for the static content of the theme (images, stylesheets, javascripts, 
     etc).

     Included:
      - Abstraction of Typo style theme support
      - New View Tag Helpers for accessing themed content

EXAMPLE
      ./script/generate theme default

     This will generate the file structure for a theme named 'default' and prepare 
     the rails application for theme support. 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
theme_generator-1.1.1 USAGE
theme_generator-1.1.0 USAGE