Skip to content

Commit 3641b19

Browse files
author
DylanBulmer
committed
update README
1 parent 1ef16fa commit 3641b19

1 file changed

Lines changed: 28 additions & 2 deletions

File tree

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,35 @@
55

66
## Purpose
77

8+
This package is to help mitigate duplicate code maintenance across all Codr micro-services as well as integrate the CodrJS logger and health check modules into
9+
810
## Getting started
911

10-
## TODO
12+
### Installing the package
13+
14+
Install the package from the npm registry.
15+
16+
```bash
17+
yarn add @codrjs/kafka
18+
```
19+
20+
Please view the [micro-service template](https://github.com/CodrJS/ts-kafka-template) repository, under `src/server/kafka/`, for an example how to use this package!
21+
22+
## Todo
23+
24+
- [ ] implement tests.
25+
26+
## Contributing
27+
28+
```bash
29+
# Clone the repo
30+
git clone git@github.com:CodrJS/kafka.git
1131

12-
- [ ] ...
32+
# Install yarn if you don't have it already
33+
npm install -g yarn
1334

35+
# Install dependencies, build, and test the code
36+
yarn install
37+
yarn build
38+
yarn test
39+
```

0 commit comments

Comments
 (0)