0.0.1 • Published 6 years ago
vbs-bundler v0.0.1
VBScript Bundler
A VBScript bundler.
Installation
Install NodeJS.
npm install -g vbscript-bundlerUsage
Create the following folder structure:
.
├── dist
└── srcAdd source VBScript files to the src folder.
At the root folder, run the following:
vbsb --entry ./src --output ./bundle.vbsSource files will then be bundled to ./dist/bundle.vbs.
Options:
  -V, --version      output the version number
  --entry <entry>    entry point directory of source vbs files
  --output <output>  bundled file output path
  --watch            watch files for changes
  -h, --help         output usage informationFiles prefixed with ^ are appended to the beginning of the bunle.
Files prefiles with $ are appended to the end of the bundle.
Files ending in .Spec.vbs and .Test.vbs are excluded from the bundle.
0.0.1
6 years ago