@chencc/gitdownload
v1.1.3
Published
封装 git clone --depth 1
Readme
gitdownload
封装 git clone --depth 1
安装
npm i @chencc/gitdownloadrequire 模式
const git = require("@chencc/gitdownload");
git();import 模式
import git from "@chencc/gitdownload";
git();tsconfig
{
"types": ["@chencc/gitdownload"]
}