Skip to content

quickly setup commitizen/cz-cli in one-command

Notifications You must be signed in to change notification settings

p208p2002/cz-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CZ setup

CZ is a cli tools, which get instant feedback on your git commit message formatting and be prompted for required fields.

You can also customize it yourself by using leoforfree/cz-customizable.

This repo provide one-line command for quickly setup CZ in global level

Installing the command line tool

Commitizen is currently tested against Node.js 12, 14, & 16, although it may work in older versions of Node.js. You should also have npm 6 or greater. Please install Node.js first

https://nodejs.org

Install

Ubuntu

curl -sf -L  https://raw.githubusercontent.com/p208p2002/cz-setup/main/ubuntu-setup-cz.sh | sudo sh

MacOS

sh -c "curl -sf -L  https://raw.githubusercontent.com/p208p2002/cz-setup/main/macos-setup-cz.sh | sudo sh"

Windows

PowerShell.exe -command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/p208p2002/cz-setup/main/windows-setup-cs.ps1'))"

About

quickly setup commitizen/cz-cli in one-command

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published