Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 478 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 478 Bytes

NestJS MQTT

subscriber/publisher/processor

Installation

$ pnpm install

Running the app

# development
$ pnpm start

# watch mode
$ pnpm start:dev

# production mode
$ pnpm start:prod

Lint & Prettier, Test & Coverage

# lint tests
$ pnpm lint

# prettier write
$ pnpm format

# unit tests
$ pnpm test

# test coverage
$ pnpm test:cov

# test e2e - Start mosquitto broker in the background at localhost:1883!
$ pnpm test:e2e