larousse
v1.0.1
Published
A command line interface to get french 🇫🇷 word definitions & synonymes from larousse website
Downloads
8
Maintainers
Readme
❯ 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.