Skip to content

A package for mapping between OCA schema and form structure

License

Notifications You must be signed in to change notification settings

THCLab/oca.js-form-core

Repository files navigation

Build Status NPM version

oca.js-form-core

A package for mapping between OCA schema and form structure

License

EUPL 1.2

We have distilled the most crucial license specifics to make your adoption seamless: see here for details.

Usage

Install

With npm:
npm install oca.js-form-core
or with yarn:
yarn add oca.js-form-core

Development

Build

yarn install
yarn build

Run tests

yarn test

Bypass git hooks (not recommended)

You can commit changes with linter errors by using git -n/--no-verify option:
git commit -m "yolo!" --no-verify
For pushing changes with failing tests:
HUSKY=0 git push

About

A package for mapping between OCA schema and form structure

Resources

License

Stars

Watchers

Forks

Packages

No packages published