degitly
v0.1.1
Published
degit powered by gitly, downloads Git repositories without cloning them
Maintainers
Readme
degitly
degitclone powered bygitly, downloads Git repositories without cloning them.
Installation 💿
[!TIP] Most of the time, it's sufficient to run
npx degitlyrather than installing it. However, if you prefer to install it, you can also use thedgshorthand rather thandegit.
npm install --global degitlyUsage 🚀
Examples
npx degitly sveltejs/template
# these commands are equivalent
npx degitly github:sveltejs/template
npx degitly [email protected]:sveltejs/template
npx degitly https://github.com/sveltejs/template
# specific branch or tag
npx degitly https://github.com/sveltejs/template#master
npx degitly https://github.com/sveltejs/template#v1.0.0
# optional output directory
npx degitly sveltejs/template svelte-appSee degitly --help for all available options.
Related 👫
If this project is not for you, maybe these alternatives suit you better:
License ©️
This work is licensed under The MIT License.
