Skip to content

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

License

Notifications You must be signed in to change notification settings

akatopo/bespoke-theme-build-wars

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published