You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Guillem Jara edited this page Oct 4, 2021
·
1 revision
A target, it's just an (optional) conditional and some operations to execute inside cycles (all that will be discussed later). Basically, when you launch Voila (as you saw in #Syntax) you give it conditionals and cycles, bottled into targets.
Oversimplifying #Syntax, you just $ voila directory 'conditional? { cycles } .... A target is that optional conditional and those cycles, and you can put different targets in every launch, as denoted by the ...
The conditionals of a target will evaluate a file and see if it matches, and if it does, it will execute the cycles, that are sets of operations.