rndr-eng
v0.0.1-RC.13
Published
The rendering engine modules are a pluggable and embeddable framework for persisting data visualizations.
Downloads
13
Readme
rndr
rndr is a pluggable and embeddable framework for formatting and visualizing data.
Building
Developers can easily build rndr using grunt.
First install or update your local project's npm tools:
# First install all the NPM tools:
npm installNext run the grunt task:
grunt releaseRelease Managment
For developers with permissions releasing a new version of rndr is simple with grunt bump
For developers not interested in building the rndr library you can use npm to install the rndr distribution files.
Change to your project's root directory and for
npm
# To get the latest stable version, use npm from the command line.
npm install rndr-eng