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

zing-git

v1.3.8

Published

The command Tools of zinglabs devops !

Downloads

8

Readme

英商 devops cli 工具

如何安装?

npm install zing-git -g  # cnpm install zing-git -g  

或者 clone 代码,本地安装

npm install . -g

使用:

zgit --help # zgit -h

定期更新,通知大家 update 即可。

使用流程

这是一套提交代码规范,使用流程如下:

领取 bug 或 需求

zgit --bug  # zgit -b

领取 bug

如果是第一次使用,需要按提示在 terminal 中粘贴禅道的 Request Header 中的 cookie,或直接在 /usr/local/zingGit-config.json 调整。

zgit --feature # zgit -f

领取需求

如果是第一次使用,需要按提示在 terminal 中键入 wekan 的 账号 密码「空格分离」,或直接在 /usr/local/zingGit-config.json 调整。

提交

zgit --commit  # zgit -c

自动从 origin/master checkout 一份按照规范命名的本地分支 eg: fix-bug-11011。

合并流程

zgit --push # zigt -p

这个命令做了什么事:

  • ① 自动把 fix-bug-11011 推送到 origin

  • ② 自动 切换/checkout dev 到本地

  • ③ 自动 fetch、pull 代码保证本地 dev 与远程同步

  • ④ 自动 merge fix-bug-11011 到 dev

  • ⑤ 自动 push dev 到 origin/dev

  • ⑥ 手动解决/指派 bug ,等待测试即可

  • ⑦ 如果bug被关闭收到邮件通知,手动 merge origin/fix-bug-11011 到 origin/master 即可

FAQ

  • cookie

cookie 「以禅道为例」:要从外网获取:http://39.104.96.233:60888/zentao/ 不要从内网获取

  • 功能不好用

可以重新 npm install zing-git -gcnpm install zing-git -g,升级程序,保证程序最新

  • 初始化失败

可能您是 Linux 或 Unix「mac」 等系统,初次执行需要 「sudo」 权限

TODO

  • 自动解决/指派

效果