获取指定的yaml文件
Future<File> getYamlFile([String name = 'pubspec.yaml']) async => File(join(await PROJECT_PATH, 'pubspec.yaml'));