1.1.1 • Published 5 years ago

@skypager/apps-portfolio-browser v1.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Skypager Portfolio Browser

This app uses the following components:

To let you browse the module graph of the @skypager portfolio / monorepo, as well as all of its various npm dependencies.

Graph Explorer

We generate graph data structures based on the package.json found in the module graph (node modules) or the package graph (monorepo subprojects)

const runtime = require('@skypager/node')

await runtime.fileManager.startAsync()
await runtime.packageManager.startAsync()
await runtime.moduleManager.startAsync()

const packageGraph = await runtime.packageManager.exportGraph()
const moduleGraph = await runtime.moduleManager.exportGraph()

These graph data structures are easy to plugin to Cytoscape

The Graph Explorer page lets you experiment with different cytoscape layouts, and has an in-progress ui for controlling all of the available options for these layouts.

Running The App

If you've cloned the skypager repo, and have installed the dependencies, then from the root you can start this app by runing:

$ yarn start portfolio-browser

Or if you're in the portfolio-browser folder, then running the following will start the app.

$ yarn start
1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.1-alpha.1

5 years ago

0.4.10

5 years ago

0.4.9

5 years ago

0.4.8

5 years ago

0.4.7

5 years ago

0.4.6

5 years ago

0.4.5

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.8

5 years ago

0.3.6

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.0

5 years ago

0.2.10

5 years ago

0.2.7

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.1.30

5 years ago

0.1.29

5 years ago

0.1.28

5 years ago

0.1.27

5 years ago