kbbi-shell
v1.1.1
Published
KBBI on your shell!
Downloads
5
Readme
KBBI-Shell
Access KBBI[Kamus Besar Bahasa Indonesia] through your shell!

Requirements
- Node <= 18.16.0
- NPM <= 9.5.1
Installation
Install kbbi-shell globally using npm
$ npm i kbbi-shell -gDevelopment
Git clone this project
$ git clone https://github.com/Richie-Z/kbbi-shell.gitRun npm install
$ npm iRun program by
$ npm run startUsage
$ kbbi-shell <query>query is the word you wanna search
Available options
|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 |
TODO
- [x] Add Sinonim option
- [x] Add Akronim option
- [ ] Add EYD option
