Skip to content

quartz55/rex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rex

CircleCI

Contains the following libraries and executables:

rex@0.0.0
│
├─test/
│   name:    TestRex.exe
│   main:    TestRex
│   require: rex.lib
│
├─library/
│   library name: rex.lib
│   namespace:    Rex
│   require:
│
└─executable/
    name:    RexApp.exe
    main:    RexApp
    require: rex.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 RexApp.exe 

Running Tests:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors