UNPKG

@zmotivat0r/mrepo

Version:

Awesome Typescript Monorepo Generator

6 lines (5 loc) 234 B
import { CommanderStatic } from 'commander'; import { IMrepoConfigFile } from '../interfaces'; export declare class PackageGeneratorCommand { static load(program: CommanderStatic['program'], configFile: IMrepoConfigFile): void; }