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 🙏

© 2026 – Pkg Stats / Ryan Hefner

lpsm-dev

v1.2.2

Published

My personal resume as a terminal business card. Run it with `npx lpsm-dev`.

Readme

Semantic Release Commitizen friendly GitHub repo size NPM version

1. Description 2. Options 3. Usage 4. Learning 5. Inspirations 6. Author 7. Versioning 8. Show your support

1. Description

Do you love coding and want to show off your skills? Try out this CLI resume! You can customize it to your liking and use it to present your abilities. By using npx, it's easy to display your resume in the terminal, making it accessible to tech people.

This package lives in lpsm-dev/resume, the single home for my resume in every format (PDF, Markdown and CLI). Everything it shows comes from the public profile data at lpsm-dev/data - no professional experience ships here.

2. Options

As of now there are below options:

  • whoami
  • now
  • languages
  • stack
  • projects
  • interests
  • contact

Available in English and Portuguese. It auto-detects your locale; force a language with npx lpsm-dev pt or npx lpsm-dev en (or the RESUME_LANG env var).

The card content lives in a single source of truth: lpsm-dev/data/profile.json, which also generates the profile README. assets/sections.json is a vendored copy of the flattened data/profile.cli.json, refreshed at release time by scripts/sync-sections.sh (run npm run sync to refresh locally) - do not edit it by hand. Only assets/meta.json (the CLI's own labels) is owned here.

3. Usage

Ways to run and use this project.

Node

npm start

or

node index.js
npx lpsm-dev

4. Learning

  • Setup a NPM publish pipeline using github actions.
  • Create a node setup project to create a CLI.
  • Create a release flow in github actions.
  • Centralize content in a single source of truth and consume it at build time.
  • Organize a git repo using editorconfig, gitignore and others.

5. Inspirations

  • Thanks @Neha for sharing your project.

6. Author

👤 Hey!! If you like this project or if you find some bugs feel free to contact me in my channels:

  • GitHub: https://github.com/lpsm-dev

7. Versioning

To check the change history, please access the CHANGELOG.md file.

8. Show your support

Give me a ⭐️ if this project helped you!

Made with 💜 by me 👋 inspired on readme-md-generator