UNPKG

go-meow

Version:

A modular microservice template built with TypeScript, Express, and Prisma (MongoDB). It includes service scaffolding tools, consistent query utilities with data grouping, Zod validation, structured logging, comprehensive seeding system, and Swagger/OpenA

9 lines (6 loc) 228 B
#!/usr/bin/env node // MSA Template Service Copy CLI const path = require("path"); // Use the compiled JavaScript version const scriptPath = path.join(__dirname, "../dist/scripts/copy-service.js"); require(scriptPath);