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