Skip to content

A tool that builds a freeboard-handlebars widget package directory into a dashboard.json file that can be loaded by freeboard

Notifications You must be signed in to change notification settings

jritsema/freeboard-handlebars-buildtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

freeboard-handlebars-buildtool

A tool that builds a freeboard-handlebars widget package directory into a dashboard.json file that can be loaded by freeboard.

The tool can update a widget's settings in a freeboard dashboard.json file. Takes freeboard dashboard json as stdin, tries to read view.html, model.js, and helpers.js, and then serializes them into the dashboard json.

Usage

Install tool as a dev dependency in your handlebars widget project folder (see freeboard-handlebars-widget)...

$ npm install --save-dev freeboard-handlebars-buildtool

Then you can create an npm script to auto-update your dashboard.json with something like...

$ cat dashboard.json | freeboard-handlebars-buildtool > temp && cp temp dashboard.json && rm temp

About

A tool that builds a freeboard-handlebars widget package directory into a dashboard.json file that can be loaded by freeboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published