mirror of
https://github.com/neon443/DockPhobia.git
synced 2026-03-11 06:49:12 +00:00
add reaadme and stuff
This commit is contained in:
17
.nova/Tasks/Custom Task.json
Normal file
17
.nova/Tasks/Custom Task.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"actions" : {
|
||||
"build" : {
|
||||
"enabled" : true,
|
||||
"script" : "#!\/bin\/sh\ncd DockPhobiaPy\npython3 -m venv venv\n. venv\/bin\/activate\npip3 install -r requirements.txt"
|
||||
},
|
||||
"clean" : {
|
||||
"enabled" : true,
|
||||
"script" : "#!\/bin\/sh\ncd DockPhobiaPy\n. venv\/bin\/activate\npip3 freeze > requirements.txt\nrm -rf venv"
|
||||
},
|
||||
"run" : {
|
||||
"enabled" : true,
|
||||
"script" : "#!\/bin\/sh\ncd DockPhobiaPy\n. venv\/bin\/activate\npython3 main.py"
|
||||
}
|
||||
},
|
||||
"openLogOnRun" : "start"
|
||||
}
|
||||
Reference in New Issue
Block a user