@gobstones/gobstones-scripts
Version:
Scripts to abstract away build configuration of Gobstones Project's libraries and modules.
13 lines • 357 B
TypeScript
/**
* Returns the string for the bash command to run
* an nps command with the gobstones-script detected configuration.
*
* @param action - The nps action to run.
*
* @example nps('clean.dist')
* @example nps('build')
*
* @returns The bash command string.
*/
export declare const nps: (action: string) => string;
//# sourceMappingURL=nps.d.ts.map