1.0.4 • Published 5 years ago

kafka-topic-viewer v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

kafka-topic-viewer

CLI program to visualize a Kafka Topic

This repository is currently a WIP

TypescriptBest-Practive Typescript language configuration
LintingLinting and code style with TSLint
JestUnit testing and watching with Jest
CIGitlab CI base configuration for test and coverage integration

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Install dependencies for development and environment:

npm install

Running the tests

CommandDescription
npm run testRun all tests
npm run test:covRun all tests and report coverage
npm run test:watchRun tests based on git differences

Linting and code style

Please follow linter errors are reported by tslint and fix accordingly when contributing.

Built With

Versioning

We use SemVer for versioning.

License

This project is licensed under the Apache 2.0 license - see the LICENSE.md file for details