Comparing version 2.9.5 to 2.10.0
# degit changelog | ||
## 2.10.0 | ||
* Add support for privately hosted git repositories ([#6](https://github.com/tiged/tiged/pull/6)) | ||
## 2.9.5 | ||
@@ -4,0 +7,0 @@ * Using rimraf for older node version support. E.g. Node 10 should now work again in all uses. ([#3](https://github.com/tiged/tiged/pull/3)) |
@@ -10,3 +10,3 @@ 'use strict'; | ||
var enquirer = require('enquirer'); | ||
var index = require('./index-d1f98f55.js'); | ||
var index = require('./index-83a50ab8.js'); | ||
require('tar'); | ||
@@ -13,0 +13,0 @@ require('events'); |
@@ -8,3 +8,3 @@ 'use strict'; | ||
require('events'); | ||
var index = require('./index-d1f98f55.js'); | ||
var index = require('./index-83a50ab8.js'); | ||
require('home-or-tmp'); | ||
@@ -11,0 +11,0 @@ require('https'); |
{ | ||
"name": "tiged", | ||
"version": "2.9.5", | ||
"version": "2.10.0", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=8.0.0" |
> Community driven fork of [degit](https://github.com/Rich-Harris/degit) because it isn't being maintained. We will be willing to give control of this repository to Rich Harris if he becomes active. | ||
# degit (tiged) — straightforward project scaffolding | ||
# tiged — straightforward project scaffolding | ||
@@ -11,3 +11,17 @@ [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Ftiged%2Ftiged%2Fbadge%3Fref%3Dmain&style=flat)](https://actions-badge.atrox.dev/tiged/tiged/goto?ref=main) | ||
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) | ||
--- | ||
### Why fork? | ||
* `degit` was last released over a year ago Feb 5, 2020, and Rich is not answering messages here. | ||
* We want pull requests merged. E.g. like automatically working with `main` or other default branch (has been merged!). | ||
* Update dependencies. | ||
* Hopefully get multiple active maintainers. | ||
### What has been fixed? | ||
* Works with `main` or any default branch automatically. [#243](https://github.com/Rich-Harris/degit/pull/243) | ||
* -`-mode=git` with private repos now work on Windows [#191](https://github.com/Rich-Harris/degit/pull/191). | ||
* `degit --help` now works. Previously it would crash instead of displaying help.md contents. [#179](https://github.com/Rich-Harris/degit/pull/179) | ||
* `--mode=git` is now faster. [#171](https://github.com/Rich-Harris/degit/pull/171) | ||
* Github Actions CI tests working. Added Github Actions badge and removed old CI badges. | ||
It might be time to move on. | ||
--- | ||
**degit** makes copies of git repositories. When you run `degit some-user/some-repo`, it will find the latest commit on https://github.com/some-user/some-repo and download the associated tar file to `~/.degit/some-user/some-repo/commithash.tar.gz` if it doesn't already exist locally. (This is much quicker than using `git clone`, because you're not downloading the entire git history.) | ||
@@ -14,0 +28,0 @@ |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
116550
191
1040
1