0.0.2 • Published 3 years ago

oca.js-middleware v0.0.2

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
3 years ago

Build Status NPM version

oca.js-middleware

A middleware package for mapping between OCA schema and form structure

Usage

Install

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

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