1.0.0 • Published 3 years ago

@ryanbekhen/nest-test-microservice v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

NEST TEST MICROSERVICE (NETEST)

CLI for testing the NestJS microservices transport layer. Also read the Nestjs documentation here.

Transport Layer Support

  • TCP
  • REDIS

Installing

sudo yarn add global @ryanbekhen/nest-test-microservice # yarn package manager

sudo npm i -g @ryanbekhen/nest-test-microservice # npm package manager

Example Use

# generate config server
netest g redis example-server

# run tester
netest r example-server/example-pattern.json

Contributing

Questions, comments, bug reports, and pull requests are all welcome.