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

lazy-git-cli

v1.0.1-seeyon

Published

懒人化开发流程管理工具

Downloads

13

Readme

懒人化开发流程管理工具

LazyGitCli

介绍

一个辅助进行Git提交、Jira关联、Mr合并请求提交、发版日志生成以及开发分支管理工具,只需要进行简单的配置后生成项目专用的文件配置(如不用分支管理则不用进行配置)

现阶段使用的为大多数公司管理流程:GitLab + Jira , 只要你的公司或项目是利用这个进行敏捷开发的都可以使用该工具

文档

https://juejin.cn/post/6932412465384947720

使用

安装

npm install -g lazy-git-cli

指令

// 自动化commit流程
'lzgit lz / lzgit l'

// 自动获取jira、commit信息
'lzgit commit / lzgit c'

// 修改脚手架基础配置信息
'lzgit config / lzgit cf'

// 提交mr请求
'lzgit mr / lzgit m'

// 自动化push推送
'lzgit push / lzgit p'

// 修改整体配置
'lzgit config / lzgit cf'

// 创建新的开发分支
'lzgit branch / lzgit b'

架构

使用ts + node编写,整体和基础项目一致,src文件夹中为主体代码内容

作者

本项目由 Beon 全程开发

贡献

可自主提交issue和进行mr请求

参与流程

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

联系方式

QQ: 962717593

Wechat: Dawn_web

欢迎各位提供意见共同开发