@vidavidorra/create-project
Version:
Interactively create a GitHub project
18 lines (17 loc) • 447 B
TypeScript
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 };