larousse

1.0.1Β β€’Β PublicΒ β€’Β Published

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.

Package Sidebar

Install

npm i larousse

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

10.9 kB

Total Files

9

Last publish

Collaborators

  • ysn4irix