1.0.3 • Published 6 years ago

amigo-spanish v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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>

CommandDefinition and usage
translateTranslate phrase or words to spanish. Eg: amigo translate 'text to translate'
detectDetects language. Eg: amigo detect 'text to detect'
conjugateLists conjugations for verbs in spanish Eg: amigo conjugate ser
helpGet help

Credits

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