mirror of
https://github.com/Bryanthelol/namekoplus
synced 2025-10-19 05:16:02 +08:00
add commad line tool
This commit is contained in:
22
README.md
22
README.md
@@ -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>
|
||||
```
|
||||
|
Reference in New Issue
Block a user