0.0.5 • Published 1 year ago

@lough/git-operate v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.4

2 years ago

0.0.2-y.0

2 years ago

0.0.2-alpha.1

2 years ago

0.0.2-alpha.0

2 years ago