namekoplus/README.md

31 lines
492 B
Markdown
Raw Normal View History

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
2023-08-01 12:52:07 +08:00
## CLI Usage
2023-07-19 19:06:53 +08:00
### Checkout Command
```shell
namekoplus --help
```
2023-07-21 17:49:34 +08:00
### Start a middleware that nameko depends on
```shell
namekoplus start -m rabbitmq
```
2023-07-19 19:06:53 +08:00
### Initialize a nameko service from templates
```shell
namekoplus init --directory <dir_name> --type <template_type>
```
2023-07-21 17:49:34 +08:00
2023-08-01 12:52:07 +08:00
## `Detailed` Usage
2023-07-21 17:49:34 +08:00
See Documents:
2023-08-01 12:52:07 +08:00
- [English](https://legendary-sopapillas-e2626d.netlify.app/)
- [中文](https://doc.bearcatlog.com/)