A Yeoman generator for OptiRTC user interface component documentation.
Not every new computer comes with a Yeoman pre-installed.
$ npm install -g yo
$ npm install -g generator-optidoc
Finally, change your command line directory to the to the root level of the OptiRTC javascript application you want to generate documentation for and initiate the generator:
$ yo optidoc
Answer the questions to initialize a Latex documentation file for a single component of your application (currently supports Angular.js Directives, Services, and Controllers as component types).