Skip to content

Delta Sharing Generator v0.1.0

Latest
Compare
Choose a tag to compare
@goodwillpunning goodwillpunning released this 20 Jun 13:31
affc8f6

This release adds an initial Yeoman generator for building a Node.js application for Delta Sharing.

  • Adds prompts for setting the package.json files with title, description, and author information
  • Adds prompts for capturing the Delta Sharing server connection information
  • Adds support for building a Node.js application (backend only) using Express
  • Adds support for building a React.js application