cironunes / morph-oidc-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reason-guest-login-oidc-client

CircleCI

Contains the following libraries and executables:

reason-guest-login-oidc-client@0.0.0
│
├─test/
│   name:    TestReasonGuestLoginOidcClient.exe
│   require: reason-guest-login-oidc-client/library
│
├─library/
│   library name: reason-guest-login-oidc-client/library
│   require:
│
└─executable/
    name:    ReasonGuestLoginOidcClientApp.exe
    require: reason-guest-login-oidc-client/library

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 ReasonGuestLoginOidcClientApp.exe 

Running Tests:

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

About


Languages

Language:OCaml 67.2%Language:Reason 20.4%Language:JavaScript 9.0%Language:C++ 1.5%Language:Dockerfile 1.0%Language:Shell 0.5%Language:Standard ML 0.3%