bespoke-theme-build-wars

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i bespoke-theme-build-wars

Weekly Downloads

49

Version

1.0.1

License

none

Last publish

Collaborators

  • akatopo