msync
Version:
Easily manage building and syncing multiple node-modules in a flexibly defined workspace.
9 lines (8 loc) • 319 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[];
}): Promise<void>;
export declare function publish(): Promise<void>;