CLI program to visualize a Kafka Topic
This repository is currently a WIP
Typescript | Best-Practive Typescript language configuration |
Linting | Linting and code style with TSLint |
Jest | Unit testing and watching with Jest |
CI | Gitlab CI base configuration for test and coverage integration |
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Install dependencies for development and environment:
yarn install
Command | Description |
---|---|
yarn test | Run all tests |
yarn test:cov | Run all tests and report coverage |
yarn test:watch | Run tests based on git differences |
Please follow linter errors are reported by tslint and fix accordingly when contributing.
- Typescript - Language
- Jest - Testing suite
We use SemVer for versioning.
This project is licensed under the Apache 2.0 license - see the LICENSE.md file for details