@codedev168/thinkkaytheuserwantsashortandcatchynpmpa
v1.0.0
Published
Generate a short, catchy single-file portfolio website HTML.
Maintainers
Readme
thinkkaytheuserwantsashortandcatchynpmpa
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
