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

next-stag

v2.0.1

Published

Staging of next.js for best practice

Downloads

42

Readme

next-stag (A progressive staging cli for building SSR web project)


First, create project folder:

mkdir & cd your-project

Installing


Via npm:

npm install next-stag -g
next-stag init

or

npx next-stag init

Enter your project name and cdn directory as follow tips:

✔ 请输入项目名称:  … za-bank
? 请选择CDN存放目录:  › - Use arrow-keys. Return to submit.
❯   bank
    life
    zati
    care

Wait a moment, auto fetch the origin project and invoke npm install

⠋ 正在拉取种子项目...
✔ 拉取完成!

⠋ 开始安装node_modules模块
...
...
...
audited 2178 packages in 13.268s
found 11 vulnerabilities (4 low, 1 moderate, 6 high)
✔ 模块安装完成!
✔ 项目初始化完成,请执行 npm run start 进入开发!感谢使用 ^_^
✔ 注意!!!启动项目之前,请联系运维同事确认该项目部署区域,确认国际化内容接口走broker还是内网api,然后修改deploy.config.js内的i18nHost。

Well done ! Let's coding


更新日志

  • 1.0.6

    修复国际化资源文件生成导致的git冲突问题

  • 1.0.7

    修复国际化初始化的一些问题

  • 1.0.8

    调整获取国际化文案接口的项目名称为package.json的项目名称

  • 1.0.9

    优化CDN配置参数,修复已知问题

  • 1.0.10

    取消国际化进程阻塞启动流程

  • 2.0.0

    next.js版本架构升级,优化国际化、本地降低方案、打包方式等