2023-07-19 19:06:53 +08:00
|
|
|
# namekoplus
|
2023-07-20 11:13:46 +08:00
|
|
|
|
2023-07-19 19:06:53 +08:00
|
|
|
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>
|
|
|
|
```
|