UNPKG

@willh/git-setup

Version:

A utility that helps to setup common Git config and alias settings

12 lines (7 loc) 165 B
# 發行 npm 套件筆記 1. 變更版本 修改 `package.json` 中的 `version` 欄位。 2. 發佈套件 ```sh npm publish --access public ```