/zx-scripts

Some scripts built by zx for daily use.

Primary LanguageJavaScript

zx script

Some scripts for daily use.

  • commit.js: Quickly generate a git commit message template.

demo

Dev

Use

Install

pnpm i
pnpm add zx -g

Run

zx commit.js

Then add the command to your environment variables. If you are using Powershell, you can add the code bellow to Microsoft.PowerShell_profile.ps1:

function cm {
  zx G:\dev\zx\commit.js
}

Here we go: demo