some-old-junk / code-translator-cli

Command line tool for http://www.carlosag.net/tools/codetranslator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-translator-cli

npm version Build Status dependencies Status devDependency Status npm

Command line tool for CodeTranslator service. Converts whole folders of specified sources.

Installation

$ npm i code-translator-cli -g

Usage

$ code-translator-cli <input_dir> <output_dir> <input_lang> <output_lang>

input_lang can be VB, C#, or JAVA
output_lang can be VB, C#, JAVA or TS

About

Command line tool for http://www.carlosag.net/tools/codetranslator/

License:MIT License


Languages

Language:JavaScript 100.0%