Skip to content

markdalgleish/bespoke-run

 
 

Repository files navigation

Build Status

bespoke-run

Run your code snippets in Bespoke.js

Download

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

Usage

First, include both bespoke.js and bespoke-run.js in your page.

Then, simply include the plugin when instantiating your presentation.

bespoke.horizontal.from('article', {
  run: true
});

You should also include jQuery or a jQuery-compatible library.

Package managers

Bower

$ bower install bespoke-run

npm

$ npm install bespoke-run

The bespoke-run npm package is designed for use with browserify, e.g.

require('bespoke');
require('bespoke-run');

Credits

This plugin was built with generator-bespokeplugin.

License

MIT License

About

Run your code snippets in Bespoke.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.2%
  • CSS 17.8%