/batch-bundler

Bundler for batchfiles.

Primary LanguagePythonMIT LicenseMIT

batch-bundler

Batch bundler is a single file project. Used for bundling multiple batch files to one bundle.bat file.
Warning: This project is WORK IN PROGRESS.

Usage

bbat.py [-i I] <mainFilePath> [-o O] <outputDirectory>

Requirements

1. Windows operating system

2. JSON bundle.json

{
    "name": "Example",
    "authors": ["Adam Charvát"],
    "version": "0.1.0"
}