UNPKG

translation-io-sync

Version:

This Typescript implementation acts as a `translation.io` client

9 lines (8 loc) 311 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const clime_1 = require("clime"); const Path = require("path"); const cli = new clime_1.CLI("translation-io-sync", Path.join(__dirname, "commands")); const shim = new clime_1.Shim(cli); shim.execute(process.argv);