0.0.1 • Published 4 years ago

@orbit-model/meta v0.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

lerna Build Status Greenkeeper badge Total alerts Language grade: JavaScript

orbit-model

This is the playground for creating a first version of a model based abstraction layer for the orbit.js data orchestration library.

RFCs

For more details of what we want to create here, please read the related RFCs posted as issues on the orbit.js monorepo:

Contributing

This repository is a so called "monorepo", managed by lerna - don't worry, you won't need to know lerna to contribute, the scripts defined in the package.json should take care of everything for you.

This project requires yarn! Please do not use it with npm.

project tl;dr

In the project root directory you can run these (and more) commands:

# installs everything for every project and links them
yarn install

# after code changes
yarn run lint

# before committing (optional, will be run within git-hooks)
yarn run test

License

Copyright 2018-2019 Bernhard Halbartschlager. MIT License (see LICENSE for details).