Contains the following libraries and executables:
re-bundler@0.0.0
│
├─test/
│ name: TestReBundler.exe
│ main: TestReBundler
│ require: re-bundler.lib
│
├─library/
│ library name: re-bundler.lib
│ namespace: ReBundler
│ require:
│
└─executable/
name: ReBundlerApp.exe
main: ReBundlerApp
require: re-bundler.lib
npm install -g esy
git clone <this-repo>
esy install
esy build
After building the project, you can run the main binary that is produced.
esy x ReBundlerApp.exe
# Runs the "test" command in `package.json`.
esy test