UNPKG

@enspirit/emb

Version:

A replacement for our Makefile-for-monorepos

13 lines (12 loc) 244 B
export class AbstractPlugin { config; monorepo; /** * The name of the plugin (must be unique) */ static name; constructor(config, monorepo) { this.config = config; this.monorepo = monorepo; } }