msync
Version:
Easily manage building and syncing multiple node-modules in a flexibly defined workspace.
10 lines (9 loc) • 348 B
TypeScript
export declare const name = "publish";
export declare const alias: string[];
export declare const description = "Publishes all modules that are ahead of NPM.";
export declare const args: {};
export declare function cmd(args?: {
params: string[];
options: {};
}): Promise<void>;
export declare function publish(options?: {}): Promise<void>;