Hacker-C / zx-scripts

Some scripts built by zx for daily use.

Repository from Github https://github.comHacker-C/zx-scriptsRepository from Github https://github.comHacker-C/zx-scripts

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@7 -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

About

Some scripts built by zx for daily use.


Languages

Language:JavaScript 100.0%