My plan is to use my tiny dependencies manager(theme, controller, etc..) to sync versions of all the apps at once, and generate their documentation automatically.
@neauoire probably way too verbose for you but a cabal collaborator recently used jsdocs to create auto-generating api docs
@neauoire that's pretty decent, i think a description str would help a lot of people for certain functions
@cblgh what I'm missing tho, is a better parsing/printing of the default values for optional parameters.
@cblgh @neauoire Whoa, interesting coincidence, I'm also working on my own JS documentation generator these days!
I want to list the functions, the params and the documentation and I used esprima for extracting them. The code is very small, I commited this yesterday: https://github.com/ShinyTrinkets/twofold-extras/blob/master/src/code.js
@cblgh @neauoire It's actually for a bigger project that converts static files, into inter-reactive files.
Version 0.3 is 99% ready :D