amigo-spanish

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i amigo-spanish

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

274 kB

Total Files

25

Last publish

Collaborators

  • fabrv