https://github.com/masterivanic/py-ja-automation
Python and Java project automation
https://github.com/masterivanic/py-ja-automation
Last synced: about 1 year ago
JSON representation
Python and Java project automation
- Host: GitHub
- URL: https://github.com/masterivanic/py-ja-automation
- Owner: masterivanic
- Created: 2023-06-20T12:43:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T14:40:14.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T02:33:06.619Z (over 1 year ago)
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Project automation for launch
1. detect app according to his type: poetry app or pip app
2. install dependencies
3. create and activate virtualenv
4. launch project on app or many app
5. launch docker compose
6. stop a app or all python app
7. update a project from repo git
8. Use abstraction for the application documentation
7. for backend setup env var for launch it: after
typer==0.3.2 colorama==0.4.4 shellingham==1.4.0
# py-ja-automation