Skip to content

This is a CLI tool that translates a sentence from English to any language using the free Google translate API

Notifications You must be signed in to change notification settings

tobySolutions/tranpeer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRANPEEER (CLI Tool for Language Translation)

The tranpeer CLI tool handles translation of sentences in English language to any other language provided by the Google translate API for you in your terminal.

Get started:

To install the CLI tool on your machine:

npm install tranpeer

// To install globally on your machine
npm install -g tranpeer

To run the CLI tool locally, you can just use the following example command:

tranpeer -l "pt" -s "I want to play football"

Supported commands:

[x]--version Show version number [boolean] [x]-l, --language Translate to language [string] [x]-s, --sentence Sentence to be translated [string] [x]--help Show help [boolean]

About

This is a CLI tool that translates a sentence from English to any language using the free Google translate API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published