Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

fabrv/amigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amigo NodeJS

Node CLI for Spanish translation and verb conjugation.
This is a Node port of a python proyect made by Christopher He.

alt text alt text

Dependecies

Installation

Using npm

To install and run the program using npm use the next command

npm install -g amigo-spanish
amigo [command] <options>

Cloning repo, installing and running

Run the next to command to clone the repo

git clone https://github.com/fabrv/amigo.git
cd amigo

Install dependencies and run directly with node

npm install
npm run build
node dist/index [command] <options>

Usage

amigo [command] <options>

Command Definition and usage
translate Translate phrase or words to spanish. Eg: amigo translate 'text to translate'
detect Detects language. Eg: amigo detect 'text to detect'
conjugate Lists conjugations for verbs in spanish Eg: amigo conjugate ser
help Get help

Credits

  • Author: Fabrizzio Rivera - fabrv
  • Original project: Christopher He - hecris

Releases

No releases published

Packages

No packages published