Rich-Harris / degit

Straightforward project scaffolding
MIT License
6.93k stars 242 forks source link

[Feature Request] Add the alias of a repo #362

Open s3xysteak opened 10 months ago

s3xysteak commented 10 months ago

example:

degit alias github:user/repo myFavRepo

degit myFavRepo // It is equivalent to `degit github:user/repo`

degit ls // output:  github:user/repo myFavRepo

degit unalias myFavRepo // delete the alias about github:user/repo