@absolunet/git-archive 中文文档教程

发布于 3年前 浏览 18 项目主页 更新于 3年前

@absolunet/git-archive

npmnpm 依赖项npmsTravis CICode style

git archive --remote wrapper

Install

$ npm install @absolunet/git-archive

Usage

const gitArchive = require('@absolunet/git-archive');

gitArchive.download('git@github.com:absolunet/node-git-archive.git').then((dir) => {
    console.log(dir);
});

API

download(url [, options])

返回一个 Promise 和下载存档的路径

url

必需
类型:字符串
git-archive#remote 指定的回购 url

options.treeish

类型:String
默认值:master
按照 git-archive#tree-ish< /a>

options.format

类型:字符串
默认值:zip
git-archive#format 指定的结果存档格式

options.extract

类型:<代码>布尔值
默认值:true
提取存档

options.path

类型:String
默认值:tmp
存档文件的路径和名称或提取的存档的路径。 如果未指定,将放在临时路径中。



License

麻省理工学院 © Absolunet

@absolunet/git-archive

npmnpm dependenciesnpmsTravis CICode style

git archive --remote wrapper

Install

$ npm install @absolunet/git-archive

Usage

const gitArchive = require('@absolunet/git-archive');

gitArchive.download('git@github.com:absolunet/node-git-archive.git').then((dir) => {
    console.log(dir);
});

API

download(url [, options])

Returns a Promise with the path of the downloaded archive

url

Required
Type: String
Repo url as specified by git-archive#remote

options.treeish

Type: String
Default: master
The tree or commit to produce an archive for as specified by git-archive#tree-ish

options.format

Type: String
Default: zip
Format of the resulting archive as specified by git-archive#format

options.extract

Type: Boolean
Default: true
Extract the archive

options.path

Type: String
Default: tmp
Path and name of the archive file or path of the extracted archive. If not specified will be put in a temporary path.



License

MIT © Absolunet

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文