Contains the following libraries and executables:
pesy-bare@0.0.0
│
├─test/
│ name: TestPesyBare.exe
│ main: TestPesyBare
│ require: pesy-bare.lib
│
├─library/
│ library name: pesy-bare.lib
│ namespace: PesyBare
│ require:
│
└─executable/
name: PesyBareApp.exe
main: PesyBareApp
require: pesy-bare.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 PesyBareApp.exe
# Runs the "test" command in `package.json`.
esy test