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

cgc

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cgc

## 格式

  • 1.1.0
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

简易版 规范 git commit msg cli

格式

  • template: type: [name] #cardNo content (if no cardNo, then it can be #N/A)
  • example: test: [mike] #333 add edge case for login test

type only can be one of these types and their meaning as show follow:

  • feat: new feature
  • test: add or change some test case
  • refactor: refactor of the code and not change the behavior of code itself
  • style: format the code style, such as indent of code, not related to code itself
  • chore: changes to the build process or code infrastructure
  • fix: fix the bug
  • docs: documentation related, such add content to documentation or add some comments
  • revert: revert the previous commit
  • temporary: temporary change something maybe for pipeline
  • hotfix: fix the bug for emergency

安装:

 npm install -g cgc

使用

使用 cgc 命令 代替 git commit -m ""

> git add xxx
> cgc

FAQs

Package last updated on 27 Feb 2020

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