isBuildable function

bool isBuildable(
  1. IShell shell
)

True if the current folder contains a 'build.yaml' file.

since 0.0.1

Implementation

bool isBuildable(IShell shell) => _hasBuildSpec;