0.0.0 • Published 5 years ago

pesy-bare v0.0.0

Weekly downloads
5
License
-
Repository
-
Last release
5 years ago

pesy-bare

CircleCI

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

Developing:

npm install -g esy
git clone <this-repo>
esy install
esy build

Running Binary:

After building the project, you can run the main binary that is produced.

esy x PesyBareApp.exe 

Running Tests:

# Runs the "test" command in `package.json`.
esy test