📟 A command line interface to get french word definitions & synonymes from larousse website
Requires Node.js 15.0 or higher download & install for Windows or Linux
npm install -g larousse
larousse <command> -w <word> -o <Path>
define Get the definition of a french word
syno Get the synonymes of a french word
-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
# 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.
Ysn4Irix
Copyright © 2022-present, Ysn4Irix. Released under the MIT License.