oca.js-middleware
v0.0.2
Published
A middleware package for mapping between OCA schema and form structure
Downloads
2
Readme
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