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