Skip to content

Minimal example todo app with pgocaml and reasonml native

Notifications You must be signed in to change notification settings

lohazo/reasonml-postgres-todo

Repository files navigation

pgo

CircleCI

Minimal example todo app with pgocaml and reasonml native

Contains the following libraries and executables:

pgo@0.0.0
│
├─test/
│   name:    TestPgo.exe
│   main:    TestPgo
│   require: pgo.lib
│
├─library/
│   library name: pgo.lib
│   namespace:    Pgo
│   require:
│
└─executable/
    name:    PgoApp.exe
    main:    PgoApp
    require: pgo.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 PgoApp.exe 

Running Tests:

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

About

Minimal example todo app with pgocaml and reasonml native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published