Rich-Harris / degit

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

Archive #352

Open hinell opened 1 year ago

hinell commented 1 year ago

The repo probably needs to be archived.

hinell commented 1 year ago

There is alternative for it git clone --no-tags --depth 1 --single-branch --branch=main <repo url>

yandeu commented 1 year ago

Another alternative is gitget.
Can even download npm packages.

SaeedYasin commented 1 year ago

@hinell @yandeu does any of the above mentioned options support git submodules?

paulovieira commented 1 year ago

The current best alternative is this one: https://github.com/tiged/tiged

"a community driven fork of degit because it isn't being maintained"

hinell commented 1 year ago

@SaeedYasin You can use --recurse-submodules[=<pathspec>] for submodules

nake89 commented 1 year ago

I am the maintainer of tiged, which was mentioned above. I highly recommend it. It is a fork of degit, which has all serious bugs fixed and some features added. It is backwards compatible with degit. The latest version was released today.

To quote the tiged readme (these are only some of the change. Read changelog for all changes):

What has been fixed?

It might be time to move on.

/endquote