UNPKG

npm-init2

Version:

a lazy npm init for create new package, support yarn workspace. make we without use `mkdir xxx && cd xxx && [npm|yarn] init` with `npx npm-init2 xxx`

5 lines (4 loc) 107 B
export declare function writeReadme(options: { file: string; variable: Record<any, any>; }): void;