True if the current folder contains a 'pubspec.yaml' file.
since 0.0.1
bool isProject(IShell shell) => _hasPubspec;