# 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 --type ``` ## Detailed Usage See Documents: - [English](https://legendary-sopapillas-e2626d.netlify.app/) - [中文](https://doc.bearcatlog.com/)