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

oipage

v1.6.1

Published

前端网页或应用快速开发助手,包括开发服务器、辅助命令、实用API等

Downloads

1,110

Readme

OIPage

前端网页或应用快速开发助手,包括开发服务器、辅助命令、实用API等。官网地址:https://oi-contrib.github.io/OIPage

如何使用?

你可以作为一个命令行使用,那么你需要全局安装:

npm install -g oipage

也可以作为项目开发中的一个功能加强,在 package.json 中配置命令或nodejs文件中引入需要的模块使用,那么就在项目中执行安装命令:

npm install oipage --save

安装后,就可以直接作为命令行使用了。你可以打印帮助查看:

oipage-cli

比如会出现类似下列内容:

[email protected]

可以使用的命令如下:

【1】oipage-cli serve 开发服务器
    --port|-p 端口号
    --baseUrl 服务器根目录
......

根据提示我们知道,比如第一个命令,其提供了一个快速访问本地资源服务器的功能,比如执行:

oipage-cli serve -p 8080

启动成功后,直接访问: http://localhost:8080/ 即可。

如果你需要在项目中使用,我们也提供了一些有用的API,具体可以访问 在线文档 进行了解。

应用市场

为了方便日常使用,内置了一个应用市场网站,比如有如下功能:

群聊天

图片编辑器

已有功能或更多功能我们将根据实际情况逐步完善和维护,当然,你可以通过 issue 给我们留言,告诉我们你的改进意见。

版权

MIT License

Copyright (c) zxl20070701 走一步,再走一步