{"id":27509,"library":"vbs-bundler","title":"vbs-bundler","description":"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.","status":"active","version":"0.0.1","language":"javascript","source_language":"en","source_url":"https://github.com/gpresland/vbs-bundler","tags":["javascript","bundler","vbs","vbscript"],"install":[{"cmd":"npm install vbs-bundler","lang":"bash","label":"npm"},{"cmd":"yarn add vbs-bundler","lang":"bash","label":"yarn"},{"cmd":"pnpm add vbs-bundler","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[],"quickstart":{"code":"mkdir -p src dist\ncd src\necho \"' ^header.vbs - at beginning\" > ^header.vbs\necho \"MsgBox \"\"Bundled!\"\"\" >> main.vbs\necho \"' $footer.vbs - at end\" > $footer.vbs\ncd ..\nnpm install -g vbscript-bundler\nvbsb --entry ./src --output ./dist/bundle.vbs\ncat ./dist/bundle.vbs","lang":"javascript","description":"Initializes a project, creates sample VBScript source files with ordering prefixes, installs the bundler globally, and bundles them into a single output file."},"warnings":[{"fix":"Provide a directory path containing the source .vbs files.","message":"Entry must be a directory, not a single file. Using a file path as --entry will fail silently or produce empty bundle.","severity":"gotcha","affected_versions":"0.0.1"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'npm install -g vbscript-bundler' and ensure global npm bin directory is in PATH.","cause":"Package not installed globally or not in PATH.","error":"'vbsb' is not recognized as an internal or external command"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}