Ysn4Irix / larousse

A command line interface to get french :fr: word definitions & synonymes from larousse website

Home Page:https://npmjs.com/package/larousse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

larousse


version

πŸ“Ÿ A command line interface to get french word definitions & synonymes from larousse website


larousse


πŸ“Ÿ

❯ Install

Requires Node.js 15.0 or higher download & install for Windows or Linux

npm install -g larousse

βš™οΈ

❯ Usage

larousse <command> -w <word> -o <Path>
COMMANDS
define  Get the definition of a french word
syno    Get the synonymes of a french word
OPTIONS
  -w, --word     The french word
  -o, --output   The path of where to save results
  --clear        Clear the console
  --help         Print help info
  --debug        Print debug info
  -v, --version  Print CLI version
EXAMPLE
# Get definitions
larousse define --word accelerer --output ~/Desktop

# Get synonymes
larousse syno --word accelerer --output ~/Desktop

Results will be saved in a .txt file in this case on Desktop location.


πŸ™Œ

❯ About

Author

Ysn4Irix


πŸ“ƒ

❯ License

Copyright Β© 2022-present, Ysn4Irix. Released under the MIT License.

About

A command line interface to get french :fr: word definitions & synonymes from larousse website

https://npmjs.com/package/larousse

License:MIT License


Languages

Language:JavaScript 100.0%