A dummy package that helps you download and install yFiles for HTML and the 'yFiles dev suite'.
npm install yfilesnpx yfiles or npm i -g yfiles or even an npm i yfiles this tool
> npm i -g yfiles-dev-suite
> yfiles-dev-suite
`
Or just visit the yFiles for HTML
website and continue from there.
Scaffolding yFiles for HTML applications
There are different scaffolding options to get started with yFiles prototyping in no time. Whether you want to create a Typescript or Ecmascript6/7 application
or whether you want AMD loading, webpack, browserify, system.js or simple script loading, there is a way to scaffold a basic application or to directly start with
one of the 100+ source code demos.
yFiles Dev Suite
The yFiles Dev Suite is a graphical interface that facilitates working with a yFiles for HTML software package:
* Integration with my.yworks.com for a simplified evaluation process and direct communication with the yWorks support team.
* Create your own yFiles app with just a few clicks.
* Browse and adapt the plethora of demo applications, manage your changes through integrated diffing, and spawn your own projects from one of the samples as a starting point.
See how it works, in this video on YouTube.
App Generator
The App Generator is a tool that lets you interactively create a diagram application prototype to visualize your data with very little programming knowledge.
It generates and exports the source code of configurable prototype applications with different frameworks (e.g. React, Vue.js or Angular) with features like editing, context menu, graph search, printing and graph editing capabilities.
Yeoman with
generator-yfiles-app`