UNPKG

@vidavidorra/create-project

Version:
18 lines (17 loc) 447 B
import { type Options } from '../../options.js'; import { File } from '../file.js'; declare class Readme extends File { private readonly _badge; constructor(path: string, options: Options); process(): this; private badges; private tableOfContents; private install; private usage; private contributing; private securityPolicy; private license; private dedent; private gitHubUrl; } export { Readme };