Contains the following libraries and executables:
[email protected]
│
├─test/
│ name: TestRealWorldApp.exe
│ main: TestRealWorldApp
│ require: real-world-app.lib
│
├─library/
│ library name: real-world-app.lib
│ namespace: RealWorldApp
│ require:
│
└─executable/
name: RealWorldAppApp.exe
main: RealWorldAppApp
require: real-world-app.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 RealWorldAppApp.exe
# Runs the "test" command in `package.json`.
esy test