wiki-plugin-graphviz

0.11.2 • Public • Published

Federated Wiki - Graphviz Plugin

This plugin, type: graphviz, extends the markup of the federated wiki.

Development workflow

# build the plugin into an NPM package
npm version prerelease --preid=wip --force --no-git-tag-version
PKG=$(npm pack | tail -1)
mv $PKG ../wiki

# install the plugin into a local copy of wiki
cd ../wiki
npm install $PKG

# run wiki
node index.js --data ./data --security_legacy

# visit http://localhost:3000 to test the plugin revisions

Release workflow

npm version patch
TAG="v$(jq -r .version package.json)"
git push --atomic origin main "$TAG"
npm publish

License

MIT

Package Sidebar

Install

npm i wiki-plugin-graphviz

Weekly Downloads

99

Version

0.11.2

License

MIT

Unpacked Size

1.6 MB

Total Files

21

Last publish

Collaborators

  • paul90
  • wardcunningham
  • dobbse