New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cz-simple

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

cz-simple

A commitizen adapter for very simple commit messages 🙆

unpublished
latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

cz-simple

npm version npm downloads Build Status

Prompts for a very simple standard:

[branch_name]: `[type]` subject message

becomes

BRANCH-123: `feat` Created a super cool new feature

Configuration

There is no configuration, this fork is super opinionated. 🙆

Please submit a PR if you wish to make any changes.

How to use

  • Install commitizen

  • Install cz-simple

npm i -g cz-simple
  • Tell commitizen to use cz-simple as its adapter

Either run:

npx commitizen init cz-simple --save-dev

Or run:

echo '{ "path": "cz-simple" }' > ~/.czrc

FAQs

Package last updated on 10 Mar 2023

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