Shared data and schemas for Project Nimbus
Перейти к файлу
Mike Cooper 006bdc28ce
Make unhandled promise errors in build and tests fatal
It is expected that this will cause CI to fail, since there are unfixed errors.

Fixes #4
2020-05-27 10:39:16 -07:00
.circleci Store artifacts in CI jobs 2020-05-27 09:55:11 -07:00
bin Make unhandled promise errors in build and tests fatal 2020-05-27 10:39:16 -07:00
test Make unhandled promise errors in build and tests fatal 2020-05-27 10:39:16 -07:00
types Rename the directory types live in to be more descriptive 2020-05-26 12:22:17 -07:00
.gitignore Store artifacts in CI jobs 2020-05-27 09:55:11 -07:00
README.md Update README for early collaboration 2020-05-26 12:42:38 -07:00
package.json Store artifacts in CI jobs 2020-05-27 09:55:11 -07:00
tsconfig.json Work in progress code dump 2020-05-26 09:09:58 -07:00
yarn.lock Work in progress code dump 2020-05-26 09:09:58 -07:00

README.md

Rapid Experiments Shared CircleCI

This is a place to define data and schemas used across the rapid experiments program.

Any data that moves between systems should have a schema defined here. Schemas are defined using Typescript, and automatically converted to JSON Schema. Any data that needs to be re-used by multiple systems should be stored here to be shared.

Working on this repo

Common tasks are defined as Yarn scripts.

yarn install
yarn build
yarn test

Using the schemas

TBD

Adding a new schema

TBD

Schema tests

TBD