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

let-me-create-gitlab-board-for-you

v0.2.2

Published

A simple GUI tool to create a gitlab or jihulab board. It contains some default board such as scrum boards, kanban boards, etc.

Downloads

10

Readme

let-me-create-gitlab-board-for-you

极狐GitLab基于label有强大的看板能力。可以通过看板满足敏捷工作流、SAFe、看板等多种项目管理能力

然而,目前看板并没有模板,导致面板不能够被复用,需要自己进行创建,从而给大家带来了一定的学习成本。而本项目用一个很简单的方式,让用户可以复用面板的最佳实践。

  1. 用户可以填入自己的GitLab实例和token,即可以在自己的群组中创建面板。
  2. 自动根据一些最佳实践(敏捷,测试阶段,议题严重程度)创建群组的议题面板。
  3. 在没有Label的情况下,自动创建议题面板依赖的labels。

通过以上功能,就能够在极狐GitLab或者自建的极狐GitLab实例中,一键式的创建看板。还愣着干嘛?赶快用起来吧!!!

在线Demo地址

在线Demo

使用指导

  1. 填入自己的极狐GitLab网址

  2. 填入对于某个群组有权限的群组访问令牌,或者个人访问令牌,需要Maintainer + api权限。

  3. 填入Group ID

  4. 选择自己想要创建的面板;然后点击创建

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build