amigo-spanish
v1.0.3
Published
Node CLI for Spanish translation and verb conjugation
Readme
amigo NodeJS
Node CLI for Spanish translation and verb conjugation.
This is a Node port of a python proyect made by Christopher He.

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 amigoInstall 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 |
