New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@zimatech/zdoccer

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zimatech/zdoccer

Create README file from source Javadoc

latest
npmnpm
Version
2.0.3
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 25 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts