@begit/core
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@begit/core", | ||
"version": "0.0.5", | ||
"description": "", | ||
"version": "0.0.6", | ||
"description": "Blazingly fast tool for cloning git repositories, with no reliance on local `git`, or `tar` installs", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "files": [ |
# Begit | ||
A smaller and lighter degit alternative with typescript support | ||
## Cloning to a directory | ||
```ts | ||
import { downloadAndExtract } from "@degit/core"; | ||
await downloadAndExtract({ | ||
repo: { | ||
owner: "Tommypop2", | ||
name: "begit", | ||
branch: undefined, | ||
subdir: undefined, | ||
}, | ||
"cool_project", | ||
}); | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10483
17