0.2.4 • Published 11 years ago

yeoman-foundation v0.2.4

Weekly downloads
13
License
-
Repository
github
Last release
11 years ago

yeoman-foundation-generator

This is a basic Yeoman.io generator that's based on the 'quickstart' project but uses Zurb Foundation by default.

Requirements

At the moment, you will need the zurb-foundation compass gem installed. Visit the foundation documentation for detailed directions on installation. If you already have your ruby environment setup, essentially, all you need to do for installation is:

[sudo] gem install zurb-foundation

Installation

Copy the foundation folder to your yeoman generators folder for now. (e.g. [YOUR YEOMAN INSTALL]/yeoman/cli/node_modules/yeoman-generators/lib/generators). In a *nix/Mac OS environment the path should be /usr/local/lib/node_modules/yeoman/node_modules/yeoman-generators/lib/generators

[sudo] cp -r foundation /usr/local/lib/node_modules/yeoman/node_modules/yeoman-generators/lib/generators/foundation/

Usage

After copying to your global generator location, use yeoman init foundation to generate the basic scaffolding for a foundation based project.

I have also modified this generator to use require.js to load javascript modules. After generating the project scaffolding a node child_process will run to install jQuery, Backbone, and Require.js along with any dependencies.

yeoman install jquery backbone requirejs --save

BUGS

  • Icons sometimes don't render. I think it's a caching thing or something. Looking into it.

Roadmap

  • Reduce dependece on the Foundation for Compass Ruby gem. (Currently you need to have it installed in order to use this generator.)
0.2.4

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago

0.0.5

11 years ago