UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

7 lines (6 loc) 291 B
/** * Creates the folder structure specified in config.json * Also creates a SASjs configuration file, named 'sasjsconfig.json'. * @param {string} parentFolderName- the name of the project folder. */ export declare const createFileStructure: (parentFolderName: string) => Promise<void>;