UNPKG

@flxbl-io/sfp

Version:

sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model

4 lines (3 loc) 136 B
export default class MetadataCount { static getMetadataCount(projectDirectory: string, sourceDirectory: string): Promise<number>; }