pkg/js/devtools/README.md
devtools contains tools and scripts to automate boring tasks related to javascript layer/ packages.
bindgen is a tool that automatically generated bindings for native go packages with 'goja'
scrapefuncs is a tool to scrapes all helper functions exposed in javascript with help of go/ast and generates a js file with jsdoc comments using LLM (OpenAI)
jsdoc -R [Homepage.md] -r -d api_reference -t [optional: jsdoc theme to use] generated/js
generated static site will be available at api_reference/ directory and can be verified using simplehttpserver
simplehttpserver
and then open http://localhost:8000/ in browser
we currently use clean-jsdoc-theme demo at sample-jsproto-docs/