konitter / generator-roots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yeoman Generator for Roots

generator-roots is a set of generators for yeoman, that can help create rapid prototypes for Roots with a Bootstrap / Foundation framework.

Requirements

Getting started

  • Make sure you have yo and bower installed: npm install -g yo bower
  • Install this repository: git clone git://github.com/konitter/generator-roots.git myapp/node_modules
  • Install yeoman-generator: cd myapp/node_modules/generator-roots; npm install
  • Run: cd ../../; yo roots
  • Select one of frameworks 'Bootstrap' or 'Foundation' for Roots.
  • Then 'Rootsstrap' or 'Rootsfoundation' is copied to myapp.

About


Languages

Language:JavaScript 100.0%