graphviz-neato

A package that will make an interface to the graphviz (neato) language

Usage no npm install needed!

<script type="module">
  import graphvizNeato from 'https://cdn.skypack.dev/graphviz-neato';
</script>

README

Publishing this package

  1. Commit the changes
  2. Change the npm version
  3. Log in into npm
  4. Publish this package
# build the package
npm build
# check current version
npm version
# change version
npm version NEW_VERSION
# log in into npm
npm adduser