README
dx-package-api
API to work with salesforce dx packages
Low level api
Check api.ts
Caching api
Check cachingapi.ts
HowTo
Ensure @salesforce/core is added to the project where the module is used
API to work with salesforce dx packages metadata
<script type="module">
import dxPackageApi from 'https://cdn.skypack.dev/dx-package-api';
</script>
API to work with salesforce dx packages
Check api.ts
Check cachingapi.ts
Ensure @salesforce/core is added to the project where the module is used