@logistically/i18n-cli
Version:
Enterprise-grade CLI tool for extracting and managing translations in Logistically microservices
10 lines • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const extract_1 = require("./commands/extract");
const command = (0, extract_1.createExtractCommand)();
command.parseAsync().catch((error) => {
console.error('Error:', error.message);
process.exit(1);
});
//# sourceMappingURL=extract.js.map