Skip to content

Yeoman d3 generator that includes the iris data set in 2 different formats(json & csv). Uses gulp, express and livereload

Notifications You must be signed in to change notification settings

Dudemullet/generator-d3-iris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Yeoman d3 generator that includes the iris data set in 2 different formats(json & csv). Uses gulp, express and livereload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published