1.5.0 • Published 6 years ago

@fabrix/spool-tracker v1.5.0

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

spool-tracker

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

:package: Tracker Spool

Install

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

Configure

// config/main.ts
import { TrackerSpool } from '@fabrix/spool-tracker'
export const main = {
  spools: [
    // ... other spools
    TrackerSpool
  ]
}

Configuration

// config/tracker.ts
export const tracker = {

}

For more information about store (type and configuration) please see the tracker documentation.

Usage