jsdoc3Template icon indicating copy to clipboard operation
jsdoc3Template copied to clipboard

Installation Instructions

Open kmiklas opened this issue 11 years ago • 3 comments

Thanks for your hard work on this template.

Some installation instructions would be really helpful. I keep getting module not found errors thrown, probably because I just don't have things in the right place, and I don't know where to put them.

Specifically, starting from the "jsdoc3Template-master.zip" download, where should things be placed?

Thanks

kmiklas avatar Mar 21 '13 19:03 kmiklas

  • You should to create a directory jsdoc3 for example
  • Extract the content of the jsdoc3-master (https://github.com/jsdoc3/jsdoc)
  • create 2 directories, jsdoc3/src and jsdoc3/doc, src is the place when you copy the source of your application, doc is the directory when the jsdoc3 pull the documentation. The structure of this directories must be:
    • doc/[PROJECT_NAME]
    • src/[PROJECT_NAME]/package.json
    • src/[PROJECT_NAME]/src (here you must put your code)
  • Create a batch file (you have some examples in the README.md)
  • run the batch file

Sorry for the wait.

danyg avatar Apr 26 '13 11:04 danyg

looks like nodepath is deprecated. causing some issues with windows.

sadhasivam avatar Jan 25 '14 20:01 sadhasivam

A bundle standalone with the template and a jsdoc3 that works for it. https://github.com/danyg/jsdoc3Template/wiki/jsdoc.rar

danyg avatar Jan 27 '14 14:01 danyg