arrow-flow-invoke
Flow node handlers for Arrow specific logic.
Features
Install
npm install --save arrow-flow-invoke
Scripts
- npm run build :
npm run clean && npm run build:dev
- npm run build:dev :
npm run build:lint && npm run check:used && npm run test && npm run build:dist
- npm run build:dist :
npm run build:readme && babel -d ./dist ./src
- npm run build:lint :
eslint .
- npm run build:readme :
node-readme
- npm run clean :
shx rm -rf coverage
- npm run test :
shx rm -rf coverage .nyc_output && cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha ./test --recursive -R spec
- npm run test:watch :
npm test -- --watch
- npm run posttest :
nyc check-coverage --lines 80 --branches 80 --functions 80
- npm run check:dependencies :
npm run check:used && npm run check:unused
- npm run check:used :
dependency-check ./package.json --no-dev --entry src/index.js
- npm run check:unused :
dependency-check ./package.json --unused --no-dev -i deep-equal
Dependencies
Package | Version | Dev |
---|---|---|
axway-flow | 2.2.12 | ✖ |
axway-schema | 2.2.3 | ✖ |
parse-json | ^3.0.0 | ✖ |
ajv | ^5.3.0 | ✔ |
Contributing
Contributions welcome; Please submit all pull requests the against master branch. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!
Author
Axway support@axway.com https://axway.com
License
- SEE LICENCE IN LICENSE : null