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

@wuzhaoyang/elpis

v1.0.3

Published

### 1. 框架介绍 elpis是一个企业级框架,全栈实现,主要用于企业级开发。

Readme

node版本:18 #elpis

一个企业级框架

1. 框架介绍

elpis是一个企业级框架,全栈实现,主要用于企业级开发。

因为 elpis库的 webpack配置 需要暴露给外部使用 所以 很多开发都需要放在 生产依赖中 package.json 添加 提交前eslint 检查的 git钩子 "config": { "ghooks": { "commit-msg": "validate-commit-msg", "pre-commit": "npm run lint" } }

"start:docker:test": "_ENV=test PORT=8081 node index", "build:docker:prod": "_ENV=prod _mode=demo node app/webpack/prod.js" 这个命令是用于 ci cd 的

ci:

  1. push jenkins 服务器
  2. 检出代码 clone 代码
  3. 安装依赖
  4. 编译
  5. docker打包 打包过程中会安装 publish/test/Dockerfile 中过程 会启动后端服务器
  6. 制品 docker镜像 push 到 docker镜像仓库

cd

  1. 从docker镜像仓库拉取镜像