0.2.5 • Published 6 years ago

auto-docu v0.2.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

auto-docu Coverage Status

This is a module to auto generate JSDoc comments in NodeJS projects.

DEMO

Workflow

  • run npm i auto-docu
  • run npx enable-inspection <folder> to modify the source files inside the given folder to log the function calls
  • start the application you want to document the code of
  • when all functions have been called run npx generate-doc <folder> to generate the comments for the documentation and insert it into the source code
  • run npx cleanup-inspection <root folder> to remove all meta files that have been created on the inspection

If you want to reset all the changes done by the inspection run npx cleanup-inspection <folder> --restore

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago

0.0.1-beta.8

6 years ago

0.0.1-beta.7

6 years ago

0.0.1-beta.6

6 years ago

0.0.1-beta.5

6 years ago

0.0.1-beta.4

6 years ago

0.0.1-beta.3

6 years ago

0.0.1-beta.2

6 years ago

0.0.1-beta.0

6 years ago

0.0.1-beta.1

6 years ago