sorrycc / weekly

MDH Weekly 前端周刊,每周一上午 9 点发布。

Home Page:https://mdhweekly.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

自荐项目 - 命令行形式下载 github 仓库子目录

lencx opened this issue · comments

commented

项目:lencx/download-github

功能:

  • 支持命令行
  • 支持 npm 包调用
  • 支持 github 特定分支,特定目录下载
  • 指定下载位置

命令:

npx dgh -h
npx dgh \
  --owner=lencx \
  --repo="learn-wasm" \
  --name="dgh-test-download" \
  --ref="gh-pages" \
  --subdir="assets" \
  --root="my/path"

演示:
asciicast