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

@cz-translated-changelog/zh-cn

v0.0.45

Published

cz-convention-changelog 的简体中文翻译

Downloads

10

Readme

cz-translated-changelog-zh-cn

[!TIP] cz-conventional-changelog 的简体中文翻译

[!TIP] 你也可以看看 @translated-lint/zh-cn 它可以像 commitlint 那样检查提交消息

npm versionnpm downloadsLicense

规范

参考:约定式提交

使用英文 !标记破坏性更新,使用中文

演示

演示

新增功能

🚀 一个确认提交消息的窗口期

新功能

✨ 在 commit message 中使用 ! 来标记破坏性更新

新功能

立刻上手

[!NOTE] 安装前,请确认你已经安装了 commitizen

安装为项目开发依赖

npm i @cz-translated-changelog/zh-cn -D

修改项目的 package.json 文件,将下面的 config 键复制进去

{
  "config": {
    "commitizen": {
      "showConfirmPrompt": true,
      "path": "node_modules/@cz-translated-changelog/zh-cn"
    }
  }
}

或者全局使用

commitizen init @cz-translated-changelog/zh-cn --save-dev --save-exact

修改项目的 package.json 文件,将下面的 config 键复制进去

{
  "config": {
    "commitizen": {
      "showConfirmPrompt": true,
      "path": "@cz-translated-changelog/zh-cn"
    }
  }
}

showConfirmPrompt 控制是否弹出确认提交消息,以便你检查提交消息

环境变量

以下环境变量可用于覆盖任何默认配置,包括 package.json的配置

  • CZ_TYPE = defaultType
  • CZ_SCOPE = defaultScope
  • CZ_SUBJECT = defaultSubject
  • CZ_BODY = defaultBody
  • CZ_MAX_HEADER_WIDTH = maxHeaderWidth
  • CZ_MAX_LINE_WIDTH = maxLineWidth

Commitlint

如果使用commitlint js 库, “maxHeaderWidth”配置属性将默认为“header-max-length”规则的配置,而不是硬编码的值 100。这可以通过在package.json中设置“maxHeaderWidth”,或添加 CZ_MAX_HEADER_WIDTH 环境变量。

License

MIT License