UNPKG

@sap-ux/project-access

Version:

Library to access SAP Fiori tools projects

13 lines 1.29 kB
export { clearCdsModuleCache, deleteCapApp, getCapCustomPaths, getCapEnvironment, getCapModelAndServices, getCapProjectType, getCapServiceName, getCdsFiles, getCdsRoots, getCdsServices, isCapProject, isCapJavaProject, isCapNodeJsProject, readCapServiceMetadataEdmx, toReferenceUri } from './cap'; export { filterDataSourcesByType } from './service'; export { addPackageDevDependency, getNodeModulesPath } from './dependencies'; export { getCapI18nFolderNames, getI18nPropertiesPaths, getI18nBundles } from './i18n'; export { getAppProgrammingLanguage, getAppType, getMinUI5VersionFromManifest, getMinUI5VersionAsArray, getMinimumUI5Version, getProject, getProjectType } from './info'; export { loadModuleFromProject } from './module-loader'; export { findAllApps, findCapProjects, findFioriArtifacts, findProjectRoot, getAppRootFromWebappPath, findCapProjectRoot, findRootsForPath } from './search'; export { getWebappPath, readUi5Yaml, getAllUi5YamlFileNames } from './ui5-config'; export { getMtaPath } from './mta'; export { createApplicationAccess, createProjectAccess } from './access'; export { updatePackageScript, hasUI5CliV3 } from './script'; export { getSpecification, getSpecificationPath, refreshSpecificationDistTags } from './specification'; //# sourceMappingURL=index.d.ts.map