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

ponk

v0.5.11

Published

The development package for central platform of PO team.

Readme

PO Newkit Development Package (Ponk)

The development package for central platform.

Usage

项目初始化

  1. 全局安装Newkit-cli。npm install newkit-cli -g
  2. 新建一个项目目录,执行npm init,按提示初始化项目。
  3. 在项目根目录下,安装ponk。npm install --save-dev ponk
  4. 修改项目根目录下的package.json文件,添加如下内容:
"scripts": {
    "init": "ponk init",
    "start": "ponk start",
    "test": "ponk test"
  }
  1. 执行npm run init,利用ponk初始化项目。

CHANGELOG

0.3.6 (2018.03.20) (central 1.9.3)

  • 调整KendoUI样式
  • 常规改进以及修复Bug

0.3.5 (2018.03.10) (central 1.9.2)

  • 修复index.html链接错误

0.3.3 (2018.03.10) (central 1.9.2) (unpublished)

  • 调整菜单样式
  • 常规改进以及修复Bug

0.3.2 (2018.02.12) (central 1.9.1)

  • 移除Newkitjs支持
  • 修复内存泄漏问题
  • 常规改进以及修复Bug

0.3.1 (2018.02.06) (central 1.9.0)

  • 调整build命令

0.3.0 (2017.01.18) (central 1.9.0)

  • 调整框架及控件样式,发布正式版

CHANGELOG

0.3.0-beta1 (2017.01.11) (central 1.9.0-beta1)

  • 新增多tab页,调整框架及控件样式

0.2.14 (2017.01.05) (central 1.8.8)

  • 修复因gulp版本太高导致build报错的问题

0.2.13 (2017.12.22) (central 1.8.8)

  • 升级 kendo-wijmo 的版本至 0.4.2

0.2.12 (2017.12.06) (central 1.8.7)

  • 更新资源地址

0.2.11 (2017.12.05) (central 1.8.7)

  • 升级 newkit-core 版本至 0.3.6

0.2.10 (2017.12.02) (central 1.8.5)

  • 升级 kendo-wijmo 的版本

0.2.9 (2017.11.29) (central 1.8.5)

  • 升级 newkit-core 的版本

0.2.8 (2017.11.28) (central 1.8.4)

  • kubi-ui 升级到 0.3.4

0.2.7 (2017.11.28) (central 1.8.4)

  • kendo-wijmo 升级到 0.4.0

0.2.6 (2017.11.25) (central 1.8.3)

  • kendo-wijmo 升级到 0.3.1,修复 kendo-upload 依赖 HttpClient 的bug。

0.2.5 (2017.11.25) (central 1.8.2)

  • 允许将特定模块排除编译。如何排除?
// 在项目根目录创建 `newkit.json` 文件,然后在里面配置要排除的模块
{
  "exclude": [
    "test-module2"
  ]
}

0.2.4 (2017.11.23) (central 1.8.2)

  • 修复目录中带有空格影响命令行执行

0.2.3 (2017.11.21) (central 1.8.2)

  • 升级 newkit-core 到 0.3.3

0.2.2 (2017.11.15) (central 1.8.1)

  • 升级 kendo-wijmo 以及 angular

0.2.1 (2017.11.10) (central 1.8.0)

  • 修复模块HTML没有引入local-config的bug

0.2.0 (2017.11.10) (central 1.8.0)

  • 资源升级到 1.8.0

0.1.3 (2017.10.24) (central 1.7.0)

  • 资源升级到 1.7.0(Central 1.7.0)

0.1.2 (2017.09.28)

  • 修复引入资源错误的bug

0.1.1 (2017.09.26)

  • 动态引入 local-config,资源路径变更。

0.1.0 (2017.09.15)

  • 实现基本的开发、构建命令