add commad line tool

This commit is contained in:
2023-07-19 19:06:53 +08:00
parent 1e3bf5a196
commit 64427aba50
22 changed files with 439 additions and 3 deletions

View File

@@ -1,2 +1,20 @@
# nameko-plus
A Python distributed microservice solution
# namekoplus
A lightweight Python distributed microservice solution
## Document
[中文文档](https://doc.bearcatlog.com/)
## Command Line Tool Usage
### Checkout Command
```shell
namekoplus --help
```
### Initialize a nameko service from templates
```shell
namekoplus init --directory <dir_name> --type <template_type>
```