An alternative to Air that just does the one thing Air should be doing. No hugo. No forced upgrades to random Go version. Just run processes and restart on builds.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"Processes": {
|
|
"tester1": {
|
|
"Name": "tester",
|
|
"Command": "tester",
|
|
"Args": ["-count", "10", "-id", "1"]
|
|
},
|
|
"tester2": {
|
|
"Name": "tester",
|
|
"Command": "tester",
|
|
"Args": ["-count", "5", "-id", "2"]
|
|
}
|
|
}
|
|
}
|
|
|