UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

7 lines (6 loc) 251 B
/** * Creates a SASjs configuration file. * Its name will be of the form 'sasjsconfig.json' * @param {string} parentFolderName- the name of the project folder. */ export declare const createConfigFile: (parentFolderName: string) => Promise<void>;