Some scripts for daily use.
- commit.js: Quickly generate a git commit message template.
Install
pnpm i
pnpm add zx@7 -gRun
zx commit.jsThen 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
}
