Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 717 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 717 Bytes

generator-bookingbug

A Yeoman generator to create a BookingBug project.

By editing the html files in templates and the scss files in stylesheets you can customise the booking widget to suit your requirements.

Usage

Create your project

Install the required tools: yo, gulp, bower

npm install -g yo gulp bower

Install generator-bookingbug

npm install -g generator-bookingbug

Run yo bookingbug

yo bookingbug

Yo options

yo bookingbug --help or yo bookingbug -h for help

  • --skipNpm skip installing npm dependencies
  • --skipBower skip installing bower dependencies

Use Gulp tasks