1.0.0 • Published 3 years ago

@vbsnext/vbs-doc-gen v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

"# vbs-document-generator"

Inspired by the awesome implementation found in (https://github.com/koswald/VBScript)https://github.com/koswald/VBScript, this vbsnext package will help you generate professional documentation from vbscript sources, through a simple command without needing to install any additional software.

Usage

npm install @vbsnext/vbs-doc-gen

Considering your sources are in src directory following command will generate documentation and store it in docs directory (must be created first).

npx vbs-doc-gen /source:"./src" /destination:"./docs"
1.0.0

3 years ago