npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@mxssfd/resume-starter

v0.2.1

Published

resume starter

Downloads

30

Readme

resume-starter

简历模板

预览

在线预览

网页预览

PDF 文件预览

生成的 PDF 文件是没有网页版那样有色彩的,投递的简历简历花里胡俏的可是减分项。

ps:pdf 是没有黑边的,截图的时候不小心截到了,懒得换了

使用方法

使用项目

  1. clone 该项目
  2. 运行 pnpm install 安装依赖
  3. 打开 src/data.ts 文件,在文件内按需填写自己的信息
  4. 运行 npm run start 启动项目
    • 点击页面左上角的 生成PDF 按钮可生成 PDF 文件
  5. 运行 npm run build 打包项目

使用组件包

该项目已发布到 npm,可直接使用该库 @mxssfd/resume-starter, 使用该方式只需直接写自己个人信息即可。

具体例子见 demo

渊源

该简历模板最初版本不是我写的,是于 18年在 github 上找的模板,来源于 https://github.com/gwuhaolin/resume , 不过现在好像仓库被删掉了。

该项目最初是 webpack + vue2 的结构,且当时只有一个 App.vue 文件,全部东西都集中在一起, 后来我就重构了一遍,把它拆分成各个组件,数据分离出来。

再然后就是改成 vue3 + vite,最后则是现在这版 react + vite 的结构。

该简历模板样式我也没怎么动,感觉这样式还是挺简洁好看的,不过最开始是两栏的,我感觉有点挤就只保留了一栏。