graphman icon indicating copy to clipboard operation
graphman copied to clipboard

Build and publish an npm package from graphman

Open nohehf opened this issue 1 year ago • 0 comments

Deno has the capability to be exported as an npm package, which would allow GraphMan to be used as a node module (for now it's only programmatically usable from deno). See: https://deno.land/[email protected]/node/dnt & https://github.com/denoland/dnt . This needs a little reflection and testing to be done right, but it could be included in a CI at the end to build and deploy new versions when a new tag is added.

nohehf avatar Sep 23 '22 13:09 nohehf