0.0.3 • Published 3 years ago
@andiwillfly/kafka v0.0.3
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