☕ 1 min read

TIL: degit in npx degit?


degit = de-git

It’s like git clone but cloning a repo without the git history so a lot faster.

when we do npx degit a GitHub repo, it downloads the lastest commit of the repo.