UNPKG

@logistically/i18n-cli

Version:

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

9 lines (7 loc) 226 B
#!/usr/bin/env node import { createExtractCommand } from './commands/extract'; const command = createExtractCommand(); command.parseAsync().catch((error) => { console.error('Error:', error.message); process.exit(1); });