npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

yfiles

v0.9.95

Published

A dummy package that helps you download and install yFiles for HTML and the 'yFiles dev suite'.

Downloads

182

Readme

yFiles for HTML Downloader Dummy Module

This module helps you download yFiles for HTML. It does not contain the diagramming software library or anything that would be necessary to work with yFiles for HTML. You probably don't need this module. It exists to prevent users of the yFiles for HTML package from accidentally or purposefully publishing yFiles for HTML publicly on NPM. The yFiles software does come as an NPM module and may be published in private npm repositories, but it may not be published publicly without prior written consent of yWorks GmbH.

I accidentally loaded/installed/ran this

Don't worry, just uninstall it again. Still, if you do an npx yfiles or npm i -g yfiles or even an npm i yfiles this tool will kindly open the yFiles website for you and will offer to download and install the yFiles Dev Suite npm tool for you, instead. So it wasn't totally in vain, after all! ;-)

But then again, you could just as well do:

 > 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

The generator-yfiles-app is a generator for Yeoman with which you can scaffold yFiles base applications with different features. A CLI guides you through different options (e.g. loading methods or tooling and frameworks) to create a basic sample application eventually.

License

Note that this dummy module is under a permissive license, whereas yFiles for HTML is not and thus cannot be redistributed via public registries.

Happy diagramming!