Access KBBI[Kamus Besar Bahasa Indonesia] through your shell!
- Node <= 18.16.0
- NPM <= 9.5.1
Install kbbi-shell globally using npm
$ npm i kbbi-shell -g
Git clone this project
$ git clone https://github.com/Richie-Z/kbbi-shell.git
Run npm install
$ npm i
Run program by
$ npm run start
$ kbbi-shell <query>
query is the word you wanna search
Options | Example | Description |
---|---|---|
-j / --json | kbbi-shell sial -j | output as json |
-s / --sinonim | kbbi-shell tampan -s | search query sinonim |
-a / --antonim | kbbi-shell tampan -a | search query antonim |
-sa / --sinonim_antonim | kbbi-shell sial -sa | search query sinonim and antonim |
- Add Sinonim option
- Add Akronim option
- Add EYD option