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