senchalabs / jsduck

Simple JavaScript Duckumentation generator.
http://docs.sencha.com/
GNU General Public License v3.0
1.5k stars 238 forks source link

Archive & Alternatives #680

Open coreybutler opened 4 years ago

coreybutler commented 4 years ago

Since this project is, sadly, no longer maintained (or used by Sencha), perhaps it should be set to an "Archive" state, i.e.

image


I'm working on a non-Ext alternative...

I used JSDuck for years, especially when I did Ext consulting work. I never really found a proper alternative and recently found myself needing something along these lines. JSDuck inspired author/metadoc. It takes a few cues from this project, but is also quite a bit different. It produces JSON instead of HTML (so you can make your own UI), and it's written in JS (Node). It's also still a work in progress.

I was also inspired to do something similar for Go, and kind of went down the rabbit hole. Now we're actually working on a higher level doc experience called metadoc.io (screenshot is for Go, but you can imagine what JS would be like).

image

So, if you're like me and JSDoc just isn't cutting it, follow along :-)

nene commented 2 years ago

Thanks for the suggestion.

Perhaps somebody from Sencha (or whatever it is that's left from Sencha) reads it and reacts to this one day. Although I'm the original author, I don't have rights to manage this repository.