0.0.4 • Published 10 years ago

generator-bb-prototype-website v0.0.4

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

Building Blocks Project Generator

A simple Yeoman generator for the BB Project (https://github.com/buildingblocks/bb-prototype-website/), which is a simple front end framework for working with less and javascript.

Installation

  1. Install Yeoman: npm install -g yo
  2. Install the generator: npm install -g generator-bb-prototype-website

Usage

  1. Create a new directory for your project mkdir project
  2. Go into that folder cd project
  3. Run: yo bb-prototype-website
  4. Run: npm install
  5. Start using Boilerplate

Remember to keep your npm modules upto date.

npm update -g or sudo npm update -g

Existing users

You may need to do npm cache clean generator-bb-prototype-website && npm install -g generator-bb-prototype-website or sudo npm cache clean generator-bb-prototype-website && sudo npm install -g generator-bb-prototype-website