PipeScript icon indicating copy to clipboard operation
PipeScript copied to clipboard

Any Technology or Language should be able to provide an `.Install(er)` script

Open StartAutomating opened this issue 1 year ago • 0 comments

The Main Idea:

Any technology or language should be able to provide an Install(er) simply by creating a variable/property of that name.

By putting this variable in a language or technology, it can help automate the deployment of any stack.

A Simple Example:

$Install = {choco install Something}

StartAutomating avatar Mar 16 '24 22:03 StartAutomating