You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

bespoke-loop

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bespoke-loop

Looping Presentations for Bespoke.js

1.0.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Build Status Coverage Status

bespoke-loop

Looping Presentations for Bespoke.js

Download

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

Usage

This plugin 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'),
  loop = require('bespoke-loop');

bespoke.from('article', [
  loop()
]);

When using browser globals:

bespoke.from('article', [
  bespoke.plugins.loop()
]);

Package managers

npm

$ npm install bespoke-loop

Bower

$ bower install bespoke-loop

Credits

This plugin was built with generator-bespokeplugin.

License

MIT License

Keywords

bespoke-plugin

FAQs

Package last updated on 30 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts