@andiwillfly/kafka
v0.0.3
Published
[](https://www.npmjs.com/package/@andiwillfly/kafka)  <img src="https://img.shields.io/npm/dm/@andiwillfly/kafka.svg" alt="N
Readme
Installation
# npm
$ npm install @andiwillfly/kafka
# yarn
$ yarn add @andiwillfly/kafkaRunning the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodTest
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov