console.log
in our codebase:
await
operator is used.
await
whenever you need execute tasks, otherwise just save links to task execution flow and use it later: const repo1Packages = git.clone('repo1').dirs('packages/*')
is definition of flow, not actual execution.
await
lazy promise - it will also return helpers. Return is typed and you will get helpers that are currently available.
repoLink.
- you will get autocomplete in your IDE with list of possible functions.