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

eegg

v1.3.1

Published

A scaffold for Egg.js

Downloads

4

Readme

v1.0.0

初始化

v1.0.1

修复:命令无法使用

v1.0.2

界面基本完成; 测试本地路径获取

v1.0.3

本地路径获取完成,配置界面全部完成

v1.0.4

修复 windows 环境路径错误,优化页面样式

v1.0.5

清除测试数据,修复路径样式 bug

v1.1.0

完成第一版所有功能,可正常创建项目并运行

v1.1.1

修复项目目录结构初始化时目录名错误

v1.1.2

修复项目目录结构初始化时资源文件目录错误

v1.1.3

清除测试数据与测试日志

v1.1.4

修复 windows 使用脚本时环境参数使用不正确的问题

v1.1.5

修复资源文件提交被忽略问题

v1.1.6

新增 egg 应用对象扩展在单机多进程集群使用的适配逻辑

v1.1.7

优化应用对象扩展在单机多进程集群使用的适配逻辑:

  1. 可使用链式访问方式
  2. 使用 Promise 等待更新完成再返回,以免在更新应用对象完成前访问到旧数据

v1.1.8

修改"项目名称"项的验证规则

v1.2.0

新增:

  1. 生成项目时生成 eegg 配置文件
  2. 可读取当前目录下(包括当前目录的三层内)已存在的 eegg 创建的项目进行已有项目的编辑

v1.2.1

修复:

  1. 编辑已有项目后配置文件缓存问题
  2. 页面已有项目列表处样式问题

v1.2.2

新增:

sequelize 数据模型配置

v1.3.0

修复:

业务设计递归搜索当业务项重名时搜索结果异常的问题

新增:

  1. 接口设计时参数可指定类型、长度
  2. 生成接口文档页面在新建的项目中
  3. 可在已有项目列表删除项目
  4. 参数检查中间件检查参数类型

优化页面样式

v1.3.1

整合文件、版本差异