A very simple bot that I made for fun after playing this game with my friends
Basically, it helps you to come up with a lot of random words based on the given syllable
| Aspect | Name |
|---|---|
| Development Language | TypeScipt |
| Testing Framework | Vitest |
| Text Editor | NeoVim |
| Package Manager | Pnpm |
| Command | Usage |
|---|---|
| pnpm start | Start the bot |
| pnpm test | Run unit tests |
| pnpm typecheck | Typecheck source and test code |
| pnpm format | Format source and test code |
| pnpm lint | Lint source and test code |