export interface InitGeneratorOptions {
  skipFormat?: boolean;
  skipPackageJson?: boolean;
}
