0.1.3 • Published 9 years ago

generator-strong-d3 v0.1.3

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

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