Skip to content

codedev168/thinkkaytheuserwantsashortandcatchynpmpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple, customizable portfolio website generator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors