x-nestjs How to add module CLI Usage $ nest generate module health $ nest generate controller health $ nest generate service health Docker $ docker build -t x-nestjs . $ docker run -it --rm -p 80:3000 x-nestjs $ open http://localhost/health/check License MIT