UNPKG

generator-kube-microservice-node

Version:

A k8s micro-service generator with deployment, service, Dockerfile. Built with express/mongo/redis

11 lines (10 loc) 195 B
{ "ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"], "watch": ["src"], "exec": "yarn start:dev", "ext": "ts", "inspect": true, "events": { "start": "clear" } }