A command line tool for generating extended ctags files for Javascript. Currently it indexes all functions, both public and private.
$ npm install -g javascript-ctags
$ bin/javascript-ctags -?
javascript-ctags [-?] [-t tagfile] [fileglob]
--help, -h, -? show this
--tagfile, -t The generated tagfile (default tags)
fileglob A glob pattern (supports **/*.js), (default *.js)
- Add properties to index?
- Handle Node exports
- Handle other export formats.