@vbsnext/vbs-doc-gen
v1.0.0
Published
Generate profession documentation from vbscript source files
Downloads
2
Readme
"# 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"