Skip to content

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

Notifications You must be signed in to change notification settings

buildingblocks/generator-bbproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Blocks Project Generator

A simple Yeoman generator for the BB Project (https://github.com/buildingblocks/BBProject), 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-bbproject

Usage

  1. Create a new directory for your project mkdir project
  2. Go into that folder cd project
  3. Run: yo bbproject
  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-bbproject && npm install -g generator-bbproject or sudo npm cache clean generator-bbproject && sudo npm install -g generator-bbproject

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published