Node CLI for Spanish translation and verb conjugation.
This is a Node port of a python proyect made by Christopher He.
To install and run the program using npm
use the next command
npm install -g amigo-spanish
amigo [command] <options>
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>
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 |