UNPKG

@zmotivat0r/mrepo

Version:

Awesome Typescript Monorepo Generator

17 lines (16 loc) 468 B
export interface IMonorepoGeneratorAnswers { monorepoName: string; scope: string; workspaceName: string; pgDefaultsAccess: string; pgDefaultsLicense: string; pgDefaultsAuthorName: string; pgDefaultsAuthorEmail: string; currentYear: number; packageRegistry: string; lernaPackagesVersioning: string; shouldGeneratePackage: boolean; firstPackageName: string; registryUrl: string; githubNodeAuthTokenName: string; }