0.0.5 • Published 2 years ago

@lough/git-operate v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@lough/git-operate

lough git operate.

Usage

ts 包就不详述其类型了,其内部都有,简单描述其作用:

const git = new GitOperate();

// 获取提交记录
git.log.commit();

// 获取标签记录
git.log.tag();

API

/**
 * Git 操作类参数
 */
export interface IGitOperateParameters {
  /**
   * 项目根路径
   * @default process.cwd()
   */
  rootPath?: string;
}
0.0.5

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.2-y.0

3 years ago

0.0.2-alpha.1

3 years ago

0.0.2-alpha.0

3 years ago