@zimatech/zdoccer

2.0.3 • Public • Published

ZDoccer

ZDoccer is a script that collects all the Javadoc documentation from your source code and puts it into a README.md file

Installation

To install zdoccer, run

npm i -D @zimatech/zdoccer

Usage

To doc a project folder, run

npx zdoccer <DIRECTORY>

To exclude a directory from being docced, use the +i=<GLOB> flag, e.g:

npx zdoccer src +i=PHPMailer

Default ignore rules include .git, node_modules, polyfills.ts, e2e and the output filename.

To change the output filename, use the -o=<FILENAME> flag, e.g:

npx zdoccer src -o=TEST.md

Readme

Keywords

none

Package Sidebar

Install

npm i @zimatech/zdoccer

Weekly Downloads

14

Version

2.0.3

License

MIT

Unpacked Size

7.95 kB

Total Files

3

Last publish

Collaborators

  • zimatecholi