mirror of
				https://github.com/Bryanthelol/namekoplus
				synced 2025-11-04 16:46:03 +08:00 
			
		
		
		
	docs: update readme
This commit is contained in:
		
							
								
								
									
										18
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								README.md
									
									
									
									
									
								
							@@ -2,10 +2,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
A lightweight Python distributed microservice solution
 | 
					A lightweight Python distributed microservice solution
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Document
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[中文文档](https://doc.bearcatlog.com/)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Command Line Tool Usage
 | 
					## Command Line Tool Usage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Checkout Command
 | 
					### Checkout Command
 | 
				
			||||||
@@ -14,8 +10,22 @@ A lightweight Python distributed microservice solution
 | 
				
			|||||||
namekoplus --help
 | 
					namekoplus --help
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Start a middleware that nameko depends on
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```shell
 | 
				
			||||||
 | 
					namekoplus start -m rabbitmq
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Initialize a nameko service from templates
 | 
					### Initialize a nameko service from templates
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```shell
 | 
					```shell
 | 
				
			||||||
namekoplus init --directory <dir_name> --type <template_type>
 | 
					namekoplus init --directory <dir_name> --type <template_type>
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Detailed Usage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					See Documents: 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- [中文](https://doc.bearcatlog.com/)
 | 
				
			||||||
 | 
					- [English]()
 | 
				
			||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@@ -9,7 +9,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
setup(
 | 
					setup(
 | 
				
			||||||
    name='namekoplus',
 | 
					    name='namekoplus',
 | 
				
			||||||
    version='0.2.2',
 | 
					    version='0.2.3',
 | 
				
			||||||
    description='A lightweight Python distributed microservice solution',
 | 
					    description='A lightweight Python distributed microservice solution',
 | 
				
			||||||
    long_description=long_description,
 | 
					    long_description=long_description,
 | 
				
			||||||
    long_description_content_type='text/markdown',
 | 
					    long_description_content_type='text/markdown',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user