#tlddoc-util
The tag library documentation usually is ugly and difficult to generate.
I used to work with java-jar-maven-j2EE on daily base and I wanted to have a better tool than the old TLDDoc utility.
So I've started writing my own generator compatible with the tag library 2.0
##usage
npm install #only the first time
node tlddoc-util.js -h
##sample
node tlddoc-util.js /myfolder/myfile.tld
##license tlddoc-util is released under the MIT license.