Command line utility for d3-pre pre-rendering pipeline
JavaScript
Switch branches/tags
Latest commit b361007 Jul 14, 2016 @mathisonian mathisonian 1.1.4
Permalink
Failed to load latest commit information.
.gitignore Initial commit Jan 8, 2016
LICENSE Update LICENSE Jul 14, 2016
README.md Update README.md Jul 14, 2016
index.js bare module May 18, 2016
package.json 1.1.4 Jul 14, 2016

README.md

d3-pre-cli

Command line utility for d3-pre prerendering pipeline.

See d3-pre for more detailed documentation.

Usage

$ npm install -g d3-pre-cli
$ d3-pre ./path/to/index.html

This will modify the index.html file, running any scripts that are included, letting these scripts modify the DOM and saving the modifications.