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

goldpankit

v2.7.0

Published

GoldPanKit is a brand new development kit designed to explore revolutionary ways to enhance development efficiency.

Downloads

33

Readme

介绍

GoldPanKit是一个全新的研发套件,由清华海峡研究院和CodeRd原班人马研发。将代码编写成服务,通过一键安装&卸载服务的方式来快速完成项目工程、项目功能模块、技术栈、接口和页面的研发和对接。旨在突破传统的研发效率,让项目从0到1小时级上线不是梦。

立即体验

在终端依次执行以下命令

    • npm install goldpankit -g
    • kit 或 kit.cmd

执行成功后将自动打开Kit站点。之后每次使用Kit只需要运行kit命令即可。

注意事项

    1. 由于windows系统中可能存在多个盘,执行命令时,需要切换到您项目所在的盘下执行,否则无法选中您的项目目录。
    1. 连接MySQL数据库时出现:ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client错误,这是数据库认证协议未支持导致的,通过以下命令修改一下数据库密码即可。 alter user 'root'@'localhost' identified with mysql_native_password by 'your password';

版本更新

在终端重新执行kit命令后,kit会自动检查并更新,更新成功后再次执行kit命令即可。如果更新失败,大概率是没有权限导致,请尝试使用超级管理员打开终端并重新执行kit命令。