Skip to content

Commit

Permalink
Merge pull request #19 from bbsakura/fix/umeda-patch00
Browse files Browse the repository at this point in the history
Enhancements to Documentation and Codebase Readability
  • Loading branch information
x86taka committed Jul 10, 2024
2 parents 12cb867 + 4e6637e commit 062a474
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GOTEST=$(GOCMD) test
GOVET=$(GOCMD) vet
BINARY_NAME=xk6-diameter
#brunch name version
VERSION := 0.0.1
VERSION := v0.0.1
DOCKER_REGISTRY?= ghcr.io/bbsakura/
DIFF_FROM_BRANCH_NAME ?= origin/main

Expand Down
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# xk6-diameter
Client extension for interacting with a use Diameter proto of your k6 test.
Client extension for interacting with a Diameter protocol in your k6 test.

🚧 This project WIP... 🚧
🚧 This project is a work in progress... 🚧

## Prepair
require asdf installed.
[how to asdf install](https://asdf-vm.com/guide/getting-started.html#_2-download-asdf)
## Preparation

Requires asdf to be installed.
[How to install asdf](https://asdf-vm.com/guide/getting-started.html#_2-download-asdf)

Install tools required for development.
```shell=

```shell
make install-dev-pkg
```

## Build
```shell=

```shell
make install-go-tools
make build
```
Expand All @@ -31,10 +34,10 @@ make build
## Developers Settings

```shell
# fmt, lint, commitmessage validate...etc checker
# Format, lint, commit message validation, etc.
pre-commit install

# mob programing
# Mob programming
co-author hook > .git/hooks/prepare-commit-msg
chmod +x .git/hooks/prepare-commit-msg
```
```

0 comments on commit 062a474

Please sign in to comment.