2.1.1 • Published 9 years ago

freeboard-react-buildtool v2.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

freeboard-react-buildtool

A CLI build tool that makes developing freeboard widgets with react easier.

The tool can update a widget's settings in a freeboard dashboard.json file. Takes freeboard dashboard json as stdin, tries to read code.js (react code) and data.js, and then serializes them into the dashboard json.

Usage

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

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

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

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

2.1.1

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago