init-me-seed-rollup
TypeScript icon, indicating that this package has built-in type declarations

0.8.1 • Public • Published

init-me-seed-rollup

用于 插件 init-me 的 seed 包

API

const config: IConfig = require('init-me-seed-rollup');
interface IConfig {
  path: string;
  hooks: {
    beforeStart(op: { env?: IEnv}): Promise<any>;
    beforeCopy(op: { fileMap: IFileMap, targetPath: string}): Promise<IFileMap>;
  };
}
interface IEnv {
  type?: string
}
interface IFileMap {
  [orgPath: string]: string[]
}

Readme

Keywords

Package Sidebar

Install

npm i init-me-seed-rollup

Weekly Downloads

1

Version

0.8.1

License

ISC

Unpacked Size

13 kB

Total Files

19

Last publish

Collaborators

  • jackness