An open API service indexing awesome lists of open source software.

https://github.com/guanruihua/xyy

Common cmd Commands/Scripts
https://github.com/guanruihua/xyy

cmd git nodejs script

Last synced: 2 months ago
JSON representation

Common cmd Commands/Scripts

Awesome Lists containing this project

README

          

# xyy

> 封装日常使用到的cmd指令

## 安装

```shell
npm install -D @ruihuag/xyy
```

## 使用

```js
const { GitCommand } = require('@ruihuag/xyy')
GitCommand('0.0.1')
```

## GitCommand

> 基础git命令
> 复杂的命令请使用原生git命令

```js
const { GitCommand } = require('@ruihuag/xyy')
// 0.0.1 当前项目版本, 主要给branch 和 tag 设置默认值
GitCommand('0.0.1')
```