31 lines
490 B
Markdown
31 lines
490 B
Markdown
# namekoplus
|
|
|
|
A lightweight Python distributed microservice solution
|
|
|
|
## CLI Usage
|
|
|
|
### Checkout Command
|
|
|
|
```shell
|
|
namekoplus --help
|
|
```
|
|
|
|
### Start a middleware that nameko depends on
|
|
|
|
```shell
|
|
namekoplus start -m rabbitmq
|
|
```
|
|
|
|
### Initialize a nameko service from templates
|
|
|
|
```shell
|
|
namekoplus init --directory <dir_name> --type <template_type>
|
|
```
|
|
|
|
|
|
## Detailed Usage
|
|
|
|
See Documents:
|
|
|
|
- [English](https://legendary-sopapillas-e2626d.netlify.app/)
|
|
- [中文](https://doc.bearcatlog.com/) |