How to use degit to clone a repository or path from GitHub to scaffold a project.
$ npx degit github:user/repo[/subdirectory] <path>
$ npx degit github:user/repo#branch <path>