parsegraph-layout

layout

Usage no npm install needed!

<script type="module">
  import parsegraphLayout from 'https://cdn.skypack.dev/parsegraph-layout';
</script>

README

microproject

This is for Node projects:

Setup

  1. Pick a new package name.

  2. Go to https://github.com/parsegraph/ and create a new repository using that name.

  3. Clone latest microproject from https://github.com/parsegraph/microproject

  4. Run ./update-package-name.sh with your package name:

  # Set the package name to test
  ./update-package-name.sh test
  1. Commit (e.g. "Give package a name")

  2. Push the repository to Github.

See DEVELOPING.md and DEPLOYING.md