vbs-bundler (v0.0.1) is a CLI tool for bundling multiple VBScript source files into a single output file. It allows ordering via filename prefixes (`^` for beginning, `$` for end) and automatically excludes test files (`.Spec.vbs`, `.Test.vbs`). The package is minimal and early-stage, with no active development history. It requires Node.js and is installed globally, offering basic bundling and watch mode.
npm install vbs-bundlerNo compatibility data collected yet for this library.
Initializes a project, creates sample VBScript source files with ordering prefixes, installs the bundler globally, and bundles them into a single output file.
Provide a directory path containing the source .vbs files.
Run 'npm install -g vbscript-bundler' and ensure global npm bin directory is in PATH.
No dependency data recorded yet.