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

house-middleware-components

v1.3.31

Published

this is 58 house rn seed project public components

Downloads

55

Readme

发布中间层脚本:npm run apvp 添加git 提交信息即可

npm 发布脚本区别

npm publish + git commit 同步npmj以及git

"async-publish-version-patch": "read -p 'add git commit info:' MSG && git add -A . && git commit -a -m $MSG && git pull && npm version patch && git push && npm publish"

"async-publish-version-minor": "read -p 'add git commit info:' MSG && git add -A . && git commit -a -m $MSG && git pull && npm version minor && git push && npm publish"

"async-publish-version-major": "read -p 'add git commit info:' MSG && git add -A . && git commit -a -m $MSG && git pull && npm version major && git push && npm publish"

major

  • 如果没有预发布号,则直接升级一位大号,其他位都置为0- 如果有预发布号: -- 中号和小号都为0,则不升级大号,而将预发布号删掉。即2.0.0-1变成2.0.0,这就是预发布的作用 -- 如果中号和小号有任意一个不是0,那边会升级一位大号,其他位都置为0,清空预发布号。即 2.0.1-0变成3.0.0 示例:1.0.0---->2.0.0

minor

  • 如果没有预发布号,则升级一位中号,大号不动,小号置为空 - 如果有预发布号: -- 如果小号为0,则不升级中号,将预发布号去掉 -- 如果小号不为0,同理没有预发布号 示例:1.0.0---->1.1.0

patch

  • 如果没有预发布号:直接升级小号,去掉预发布号 - 如果有预发布号:去掉预发布号,其他不动 示例:1.0.0---->1.0.1 目前没有配置预版本号

淘宝镜像地址 http://npm.taobao.org/package/house-middleware-components/v/1.1.22 npm地址 https://www.npmjs.com/package/house-middleware-components

babel 转换 babel xxx-components --out-dir lib