isProject function

bool isProject(
  1. IShell shell
)

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

since 0.0.1

Implementation

bool isProject(IShell shell) => _hasPubspec;