@rataqa/amil
v1.0.6
Published
Common workers that can integrate with AMQP broker
Readme
rataqa/amil
Common workers that can integrate with AMQP broker
requirements
- Node.js v22.x, v24.x is recommended
- npm v11.x
development
# install Node modules
npm i
# modify code inside ./src
# build
npm run build
# test
npm run test
npm run test:coverage
# review/modify version number in package.json
# login and publish
npm login
npm publish --access=publicusage
npm i @rataqa/amilExample:
- src/tests
- Check demo apps in https://github.com/rataqa/demo
