UNPKG

express-hale

Version:

🚀 Interactive Express.js scaffold CLI with comprehensive error handling, TypeScript/JavaScript, database integrations, Git Flow, and development tools

14 lines • 615 B
import { BaseRenderer } from './base-renderer'; import { ProjectConfig } from '../types'; export declare class ConfigTemplates extends BaseRenderer { renderNodemonConfig(): string; renderEnvFile(config: ProjectConfig): string; renderEnvExampleFile(config: ProjectConfig): string; renderTsConfig(): string; renderEslintConfig(config: ProjectConfig): string; renderPrettierConfig(): string; renderJestConfig(config: ProjectConfig): string; renderReadme(projectName: string, config: ProjectConfig): string; renderGitignore(): string; } //# sourceMappingURL=config-templates.d.ts.map