UNPKG

@logistically/i18n-cli

Version:

Enterprise-grade CLI tool for extracting and managing translations in Logistically microservices

10 lines 350 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const generate_1 = require("./commands/generate"); const command = (0, generate_1.createGenerateCommand)(); command.parseAsync().catch((error) => { console.error('Error:', error.message); process.exit(1); }); //# sourceMappingURL=generate.js.map