0.9.2-alpha • Published 6 years ago

docanize v0.9.2-alpha

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

Docanize

Automatically generate jsdoc style comments for your code to make documentation generation easier.

installation

npm install docanize -g or yarn global add docanize

usage

docanize [options]

options

  • -d or --dir : the directory on which you want to run docanize on
  • -l or --linspace : the line spacing between the lines of comments (defaults to 1).

examples

docanize -d='./dir' -l=1 generate comments for dir folder with line-space of 1

docanize generate comments for root folder

0.9.2-alpha

6 years ago

0.9.1-alpha

6 years ago

0.9.0-alpha

6 years ago

0.8.0-pre-alpha

6 years ago

0.5.0

6 years ago

0.0.1

6 years ago