@sasjs/cli
Version:
Command line interface for SASjs
8 lines (7 loc) • 298 B
TypeScript
export declare function init(): Promise<void>;
/**
* 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>;