1.0.0 • Published 6 years ago

@fabrix/spool-runkit v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

spool-runkit

Gitter Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

RunKit Spool

Install

$ npm install --save @fabrix/spool-runkit

Configure

// config/main.js
export const main = {
  spools: [
    // ... other spools
    require('@fabrix/spool-runkit').RunkitSpool
  ]
}
1.0.0

6 years ago