UNPKG

msync

Version:

Easily manage building and syncing multiple node-modules in a flexibly defined workspace.

8 lines (7 loc) 269 B
export declare const name = "hidden"; export declare const alias = "h"; export declare const description = "Find and copy out all hidden configuration files."; export declare const args: {}; export declare function cmd(args?: { params: string[]; }): Promise<void>;