generator-strong-d3

v0.1.3
Yeoman generator for creating D3 projects using type annotations
yeoman-generator typescript d3 webpack es6 es2015 babel flow type annotations and 1 more...

generator-strong-d3 Build Status

Yeoman generator

This is a generator heavily based upon generator-gulp-angular that scaffolds a D3 project with a whole bunch of goodies geared towards using strong typing.

Currently, options available at runtime are:

  • Transpiler
    • Babel using babel-plugin-typecheck
      • Write fancy-pants ES2015 and use Flow annotations for type checking
    • TypeScript
      • Generally better if you still want to write ES5 code but add annotations
  • Abstraction

Getting Started

To install Yeoman (if new to Yeoman generator)

npm install -g yo

To install generator-strong-d3

To install generator-strong-d3 from npm, run:

npm install -g generator-strong-d3

Finally, initiate the generator:

yo strong-d3

License

MIT

npm i generator-strong-d3

Metadata

  • MIT
  • Whatever
  • Ændrew Rininsland
  • released 10/25/2015

Downloads

Maintainers