New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

degitly

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

degitly

degit powered by gitly, downloads Git repositories without cloning them

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

degitly

degit clone powered by gitly, downloads Git repositories without cloning them.

License Version: npm GitHub branch check runs

Installation 💿

[!TIP] Most of the time, it's sufficient to run npx degitly rather than installing it. However, if you prefer to install it, you can also use the dg shorthand rather than degit.

npm install --global degitly

Usage 🚀

Examples

npx degitly sveltejs/template

# these commands are equivalent
npx degitly github:sveltejs/template
npx degitly git@github.com: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-app

See degitly --help for all available options.

If this project is not for you, maybe these alternatives suit you better:

  • degit

License ©️

This work is licensed under The MIT License.

Keywords

scaffolding

FAQs

Package last updated on 02 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts