https://github.com/akatopo/bespoke-theme-build-wars
  
  
    A theme for Bespoke.js, based on the presentation-build-wars-gulp-vs-grunt presentation 
    https://github.com/akatopo/bespoke-theme-build-wars
  
bespoke theme
        Last synced: 24 days ago 
        JSON representation
    
A theme for Bespoke.js, based on the presentation-build-wars-gulp-vs-grunt presentation
- Host: GitHub
 - URL: https://github.com/akatopo/bespoke-theme-build-wars
 - Owner: akatopo
 - License: mit
 - Created: 2015-12-10T23:44:40.000Z (almost 10 years ago)
 - Default Branch: master
 - Last Pushed: 2015-12-11T19:34:24.000Z (almost 10 years ago)
 - Last Synced: 2025-09-29T02:29:23.874Z (about 1 month ago)
 - Topics: bespoke, theme
 - Language: JavaScript
 - Size: 18.6 KB
 - Stars: 4
 - Watchers: 1
 - Forks: 1
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - Contributing: CONTRIBUTING.md
 - License: LICENSE
 
 
Awesome Lists containing this project
README
          [](https://travis-ci.org/akatopo/bespoke-theme-build-wars)
# bespoke-theme-build-wars
A theme for [Bespoke.js](http://markdalgleish.com/projects/bespoke.js), based on the presentation-build-wars-gulp-vs-grunt presentation — [View demo](http://akatopo.github.io/bespoke-theme-build-wars)
## Download
Download the [production version][min] or the [development version][max], or use a [package manager](#package-managers).
[min]: https://raw.github.com/akatopo/bespoke-theme-build-wars/master/dist/bespoke-theme-build-wars.min.js
[max]: https://raw.github.com/akatopo/bespoke-theme-build-wars/master/dist/bespoke-theme-build-wars.js
## Usage
This theme is shipped in a [UMD format](https://github.com/umdjs/umd), meaning that it is available as a CommonJS/AMD module or browser global.
For example, when using CommonJS modules:
```js
var bespoke = require('bespoke'),
  buildWars = require('bespoke-theme-build-wars');
bespoke.from('#presentation', [
  buildWars()
]);
```
When using browser globals:
```js
bespoke.from('#presentation', [
  bespoke.themes.buildWars()
]);
```
## Package managers
### npm
```bash
$ npm install bespoke-theme-build-wars
```
### Bower
```bash
$ bower install bespoke-theme-build-wars
```
## Credits
This theme was built with [generator-bespoketheme](https://github.com/markdalgleish/generator-bespoketheme).
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)