Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Mar 19, 2024
1 parent ce49212 commit b1b235e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions codegen/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Codegen

## Generate service config files
## Generate

### Generate service config files

Run the following command to generate service config files:

```bash
pdm run genconfig
pdm genconfig
```

## Develop

### Check code style and typing

Run the following command to invoke linter, formater, and type checker.

```bash
pdm check
```

0 comments on commit b1b235e

Please sign in to comment.