mirror of
https://github.com/Bryanthelol/namekoplus
synced 2025-12-16 21:29:08 +08:00
22 lines
333 B
Markdown
22 lines
333 B
Markdown
# 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>
|
|
```
|