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

reboots

v0.2.0

Published

reboots FE solution build on top React React-route Webpack

Downloads

25

Readme

介绍

完整的文档描述请查看 www.reboots.cn/doc/

快速开始

npm install reboots -g 
reboots new project 
cd project 
reboots entry admin
reboots entry doc
npm install 
npm start

打开浏览器访问 http://localhost:8360/admin 和 http://localhost:8360/doc。

如果需要使用sass,postcss,less或者stylus

reboots style [name]

reboots特性

Reboots提供项目架构方案,包括 一键添加入口页面,自动生成所有配置,支持登录页,主程序,文档,静态页等异构页面一键打包的需求。

提供三种模式的开发和打包 develop模式,开发支持包括eslint代码检查,保存自动编译刷新,react热替换模式,使用babel 6 支持ES6/7。 hot模式与develop相比没有自动刷新功能,但是会自动热加载页面,这种模式适合于与redux一起使用,适合在调试样式时使用。 production模式,也develop模式相比,更注重性能,使用了一系列优化器如代码压缩。

一键设置支持测试驱动开发。 一键设置支持sass,less或者stylus。 支持redux或者reflux,并生成不同的结构。

持续集成,只是用npm命令一键打包(没有使用bower或者grunt),提供代码分析和改进建议。

路由方案:一键配置并生成目录结构。

管理系统路由方案,集成权限验证,菜单生成,代码分块灵活配置。

文档系统路由方案,自动生成目录结构(TOC),