This commit is contained in:
Darren 2023-08-26 15:57:05 +08:00 committed by GitHub
parent ab6bca23f9
commit 5962acf86d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 3 deletions

View file

@ -0,0 +1 @@
# connect Nginx Proxy Manager and executive API commands

View file

@ -0,0 +1 @@
# connect sqlite and CRUD

View file

@ -1,3 +1,5 @@
# auto convert to cli
https://www.convertapi.com/doc/cli-library
https://github.com/apicollective/apibuilder-cli
# Auto convert to cli
* [Python Fire](https://github.com/google/python-fire)
* https://www.convertapi.com/doc/cli-library
* https://github.com/apicollective/apibuilder-cli

View file

@ -1,5 +1,21 @@
# Dev-Setup
AppManage is based Python, and you should read the [Architecture docs](./architecture.md) if you want to contributing code for it.
## Code format
You can refer to [PEP 8 Style Guide for Python Code](https://peps.python.org/pep-0008/) and use fomatter tool [Black](https://github.com/psf/black):
```
pip install black
black {source_file_or_directory}
```
## Test
You can test function,class,module and unit by automatic tools []()
## Development runtime
You can use Windows/Linux/Mac for AppMange development if you have Docker and Python3.8 on you machine.