UNPKG

transl

Version:

Transl is a simple command line translator to make your life easier.

39 lines (22 loc) 770 B
# 🌎 transl version: 0.1.0 [![Build Status](https://travis-ci.org/marloscarmo/transl.svg?branch=master)](https://travis-ci.org/marloscarmo/transl) ## About **Transl** is a simple command line translator to make your life easier. ![Screenshot](http://i.imgur.com/eYmWPAl.jpg) ## Install Install using [NPM](https://www.npmjs.org/): ```shell npm install -g transl ``` After installed, run the **transl** command following the below examples: ```shell # Only destination language setted. In this case, the source language is automatically identified. $ transl pt orange #result Laranja # The source and destination language are setted. $ transl en:pt-br horse #result Cavalo ``` ## License Copyright (c) 2014 Marlos Carmo. Licensed under the MIT license.