文件名称:git:从npm CLI上下文生成git的实用程序
文件大小:109KB
文件格式:ZIP
更新时间:2024-05-19 10:21:08
JavaScript
@ npmcli / git 从npm CLI上下文生成git的实用程序。 这不是git本身的实现,它只是生成子进程来告诉系统git CLI实现执行操作的一件事。 用法 const git = require ( '@npmcli/git' ) git . clone ( 'git://foo/bar.git' , 'some-branch' , 'some-path' , opts ) // clone a repo . then ( ( ) => git . spawn ( [ 'checkout' , 'some-branch' ] , { cwd : 'bar' } ) ) . then ( ( ) => git . spawn ( [ 'you get the idea' ] ) ) 原料药 大多数方法都带有一个options对象。 选项说明如下。 git.spawn
【文件预览】:
git-main
----.github()
--------settings.yml(48B)
--------workflows()
----map.js(54B)
----lib()
--------find.js(300B)
--------which.js(323B)
--------clone.js(5KB)
--------revs.js(640B)
--------spawn.js(1KB)
--------should-retry.js(470B)
--------utils.js(109B)
--------lines-to-revs.js(4KB)
--------is.js(271B)
--------proc-log.js(349B)
--------opts.js(369B)
--------is-clean.js(222B)
--------index.js(207B)
----LICENSE(733B)
----test()
--------find.js(856B)
--------which.js(549B)
--------clone.js(10KB)
--------revs.js(3KB)
--------spawn.js(2KB)
--------should-retry.js(323B)
--------lines-to-revs.js(3KB)
--------is.js(734B)
--------opts.js(1KB)
--------is-clean.js(1KB)
--------index.js(137B)
----README.md(5KB)
----.gitignore(282B)
----package-lock.json(383KB)
----package.json(1KB)