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

x-react-cli

v1.2.4

Published

<p align="center"><img width="160" src="https://github.com/codexu/x-build/blob/x-build4.1/src/assets/images/logo.png?raw=true" alt="x-build"></p>

Downloads

54

Readme

命令行工具:x-build-cli,将此项安装到本地全局环境下,可以通过指令x-build init快速初始化一个最新版本的x-build项目。

起步

  /* npm 安装 */
  npm install x-build-cli -g
  /* 初始化x-build项目 (简写为: x i) */
  x-build init
  // 输入项目名称
  // 输入初始版本
  // 输入server端口
  // 使用pug(jade)模版引擎?(Y/N)
  // 使用px2rem布局?(Y/N)

参考文档

x-build文档: https://github.com/codexu/x-build

update

v1.2.1 18.07.08 : 默认端口改为'8080'

v1.2.0 18.06.04 : 增加是否使用pug模版引擎、是否使用rem布局选项。

v1.1.11 18.05.28 : 使用inquirer替换co,现在拥有更美观的输入环境。

v1.1.10 18.05.27 : 优化输入方式,目前可以填写项目名\版本号\端口号选项

v1.1.9 18.05.22 : x-build4.3.0切换到master,以后从master拉区最新的x-build。

v1.1.8 18.05.21 : 增加简洁命令x

v1.1.7 18.05.18 : 将依赖安装后上传至npm

v1.1.1 18.05.17 : 调整控制台提示信息

v1.1.0 18.05.17 : 正确生成功配置package.json,默认name为[项目名称],版本号为1.0.0