项目作者: gpresland

项目描述 :
VBScript bundler
高级语言: TypeScript
项目地址: git://github.com/gpresland/vbs-bundler.git
创建时间: 2020-02-16T04:22:42Z
项目社区:https://github.com/gpresland/vbs-bundler

开源协议:MIT License

下载


VBScript Bundler

A VBScript bundler.

Usage

  1. Options:
  2. -V, --version output the version number
  3. --entry <entry> entry point directory of source vbs files
  4. --output <output> bundled file output path
  5. --watch watch files for changes
  6. -h, --help output usage information

Files prefixed with ^ are appended to the beginning of the bundle.

Files prefiles with $ are appended to the end of the bundle.

Files ending in .Spec.vbs and .Test.vbs are excluded from the bundle.