A tiny utility to generate a short, catchy single-file portfolio website HTML.
Install
npm install @codedev168/thinkkaytheuserwantsashortandcatchynpmpa
Usage
import generatePortfolioHTML from '@codedev168/thinkkaytheuserwantsashortandcatchynpmpa';
const html = generatePortfolioHTML({ name: 'Alice Developer', title: 'Frontend Engineer', description: 'Building delightful web experiences', github: 'https://github.com/alice', projects: [{ name: 'Project A', description: 'Awesome project', url: 'https://example.com' }] });
// write html to a file or serve it