zk-acp

1.0.6 • Public • Published

zk-acp

封装git提交当前分支命令,根据Commit Message 规范,添加emoji表情。

安装

$ npm install zk-acp -g

将会安装两个命令: acppacp

用法

acppacp 用法相同,pacp会执行git pull

# git add && git commit -m 'fix: some bug' && git push origin master
$ acp fix: some bug

# git pull &&  git add && git commit -m 'fix: some bug' && git push origin master
$ pacp fix: some bug

显示帮助

$ acp -h

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i zk-acp

    Weekly Downloads

    1

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    7.33 kB

    Total Files

    9

    Last publish

    Collaborators

    • shubinwang