Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

code-rows-count

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-rows-count

code rows count

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

统计代码行数

代码提交规范

  1. 安装 Commitizen 工具

    $ npm install -g commitizen
    
  2. 替换 git commit 命令

    $ git cz
    
  3. git cz以后会出现选项框用于选择本次提交的内容类型

    feat:新功能(feature)
    fix:修补bug
    docs:文档(documentation)
    style: 格式(不影响代码运行的变动)
    refactor:重构(即不是新增功能,也不是修改bug的代码变动)
    perf: 提高性能的代码
    test:增加测试
    build: 影响构建系统或外部依赖项的更改
    ci: 修改ci配置文件或者脚本
    chore:构建过程或辅助工具的变动
    revert: 恢复之前的提交
  1. 选择以后会出现Denote the scope of this change ($location, $browser, $compile, etc.) 用于输入本次提交改变的功能范围
  2. 然后出现Write a short, imperative tense description of the change 用于输入本次提交内容的概要
  3. Provide a longer description of the change,用于输入本次提交内容的详细 描述
  4. List any breaking changes,用于输入本次提交的重要变更内容
  5. List any issues closed by this change 用于输入本次提交解决的问题

Keywords

FAQs

Package last updated on 19 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc