1.0.1 • Published 8 years ago

bespoke-theme-build-wars v1.0.1

Weekly downloads
7
License
-
Repository
github
Last release
8 years ago

Build Status

bespoke-theme-build-wars

A theme for Bespoke.js, based on the presentation-build-wars-gulp-vs-grunt presentation View demo

Download

Download the production version or the development version, or use a package manager.

Usage

This theme is shipped in a UMD format, meaning that it is available as a CommonJS/AMD module or browser global.

For example, when using CommonJS modules:

var bespoke = require('bespoke'),
  buildWars = require('bespoke-theme-build-wars');

bespoke.from('#presentation', [
  buildWars()
]);

When using browser globals:

bespoke.from('#presentation', [
  bespoke.themes.buildWars()
]);

Package managers

npm

$ npm install bespoke-theme-build-wars

Bower

$ bower install bespoke-theme-build-wars

Credits

This theme was built with generator-bespoketheme.

License

MIT License