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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@gitroll/profile-card

v0.1.0

Published

[Online Playground](https://gitroll-dev.github.io/gitroll-profile-card/)

Downloads

93

Readme

GitRoll Profile Card

Online Playground

Available Themes

We now have 7 preset themes to choose from! 🎉

  • light (default)
  • dark
  • sepia
  • solarizedLight
  • solarizedDark
  • tokyoNight
  • nord

To use a preset theme, simply add the theme query parameter to the image URL. For example:

https://gitroll.io/api/badges/profiles/v1/uZxjMB3mkXpQQPskvTMcp0UeqPJA3?theme=nord

Contributing

We welcome contributions to GitRoll Profile Card!

Adding New Themes

To keep the project simple and ensure the themes are useful to the community, any new theme must gather at least 3 emoji reactions from the community before the pull request (PR) is merged. This process ensures that the theme resonates with the users and maintains the quality of the themes offered.

If you'd like to propose a new theme:

  1. Fork the repository.
  2. Develop your theme in a new branch.
  3. Submit a PR for community review.
  4. Gather at least 3 emoji reactions from the community to proceed with merging.

Developing and Testing Themes

To help you develop new themes and preview your work, please use the playground.

Online Playground

You can easily preview and test your themes using our Online Playground.

The playground allows you to:

  • Preview your card in real-time with Hot Module Replacement (HMR).
  • Try out different preset themes.
  • Test with custom properties, such as username, ranks, and scores.

Running the Playground Locally

To run the playground locally:

  1. Clone the Repository
git clone https://github.com/gitroll-dev/gitroll-profile-card.git
  1. Install Dependencies
pnpm install
  1. Start the Development Server
pnpm dev
  1. Visit the Playground

Open your browser and visit http://localhost:5173.

This is a great way to experiment with different configurations and see how your card will look before submitting a PR.

Feedback and Support

If you encounter any issues or have suggestions, please open an issue on our GitHub Issues page. Your feedback is valuable to us and helps make GitRoll Profile Card better for everyone.