Scaffolding project for d3 plugins / packages.
This is a work-in-progress. To use this CLI tool, use npm link:
$ npm link
Then run the cli from an empty folder:
$ create-d3-module
? What will your plugin be called? e.g. d3-sparkle sparkle
? Please provide a brief description of your plugin (optional) This is an awesome plugin!
? Please provide your name (for the LICENCE and package metadata) Colin Eggplant
Following this, run:
npm install
npm test