Skip to content

Files

Latest commit

 

History

History
34 lines (23 loc) · 418 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 418 Bytes

kui

Send and consume Avro messages to Kafka topics with ease.

Image 1 Image 3 Image 4

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux