Function: buildAllSamples#
Builds all samples from config.json.
Function Signature#
buildAllSamples(
targetDirectory: string,
samplesPath?: string,
): Promise<string[]>
Parameters#
targetDirectory#
targetDirectory:
string
Directory where all sample projects should be created.
samplesPath#
optionalsamplesPath:string
Path to a custom config.json file containing sample definitions.
Returns#
Promise<string[]>
Array of paths to the created projects.