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

@nebulario/repoflow-tool

v1.70.0-blog-comments-prod

Published

Repoflow is a tool to help you work with microservices and multiple repositories with special focus on Kubernetes.

Readme

Repoflow tool

Repoflow is a tool to help you work with microservices and multiple repositories with special focus on Kubernetes.

Some of the features to help your team be more productive are:

  • Generate a namespace per feature
  • Group and target the changes from different features into a namespace
  • Hot link/unlink any package and containers to any namespace.
  • Monitor logs and alarms only for the checkout kubernetes entities.
  • Dashboard and alerts for all the GIT repositories involved during the development of a feature.
  • Automatic herarchycal run/build/watch for librieries, app, containers and kubernetes entities.
  • Visualize and control multiple repositories for checkout services/container/packages.
  • Simplify your development process with feature iterations.
  • Versioned configuration for all your kubernetes entities.
  • Automatic cluster diagrams with code and repositories relations for realms

This tool will help you to have a scalable code base, you can follow the build process of our blog as a real example on how to evolve and grow a microservices system with help of the repoflow tool.

You can find an opensource example of a complete microservices system on Kubernetes live in production in our blog blog.repoflow.com, with this real example you can lean about all the interation of the different entities of a Kubernetes system.

Install and start

  • You need a GIT repository with SSH access, the tool will create an issues folder inside.

There are two ways to start the tracker,

  • Installing the node packages and running local services.
    • Download the repoflow-tool latest release.

    • Modify the start.sh hostnames and ports to your convenience.

    • Install the packages:

    sh ./install.sh
    • Start the services
    sh ./start.sh

Plugins

Once you have the tool up and running you can add any plugin, this is a list of the plugins that we use, you can modify them or use them as well.

  • https://github.com/vicjicaman/repoflow-plugin-npm
  • https://github.com/vicjicaman/repoflow-plugin-container
  • https://github.com/vicjicaman/repoflow-plugin-config
  • https://github.com/vicjicaman/repoflow-plugin-realm

(Only those plugins are needed for the development of the Repoflow tool itself and the blog on Kubernetes)

Limitations

  • Only works with ssh protocol
  • Tested only in ubuntu or within docker-compose

License

This project is licensed under the MIT License - see the LICENSE file for details