This repository was archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
config
etahn edited this page Feb 1, 2023
·
2 revisions
Open config in terminal: node git-clone-and-execute.js config
{
"GithubRepo" : "READ THE DOCS https://github.com/etahn-git/git-clone-and-execute/wiki",
"StartCommand" : "READ THE DOCS https://github.com/etahn-git/git-clone-and-execute/wiki",
"CommandsToRunBeforeStartCommand" : "",
"CommandsToRunAfterStartCommand" : ""
}
GithubRepo = put the github repository url
StartCommand = the command to start the program example "node index.js"
CommandsToRunBeforeStartCommand = these commands will run before the start command (separate the commands with "&&" ex: "dir && ls")
CommandsToRunAfterStartCommand = these commands will run after the start command (separate the commands with "&&" ex: "dir && ls")