0.0.9 • Published 9 years ago

generator-d3-iris v0.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

generator-d3-iris

Is a yeoman generator meant to provide a small platform for rapid prototyping with D3. This generator will provide the iris dataset in 2 differet formats (csv and json under /csv and /json). It will also provide livereload of all your changes.

I left all the html/css/js in a single to make it easier to publish your examples into bl.ocks.org.

Getting Started

Install the generator directly via npm or yeoman

To install generator-d3-iris via npm, run:

$ npm install -g generator-d3-iris

Run the generator:

$ mkdir <project-dir>
$ cd <project-dir>
$ yo d3-iris
$ node server

Create a new test case

$ yo d3-iris:new <name>

or

$ yo d3-iris:adv <name>

License

MIT

0.0.9

9 years ago

0.0.5

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago