generator-bb-prototype-website
v0.0.4
Published
Front end project boilerplate for Less based sites. Used at Building Blocks Ltd.
Downloads
4
Readme
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
- Install Yeoman:
npm install -g yo
- Install the generator:
npm install -g generator-bb-prototype-website
Usage
- Create a new directory for your project
mkdir project
- Go into that folder
cd project
- Run:
yo bb-prototype-website
- Run:
npm install
- 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