Kevin Kivi
Kevin Kivi
Check out my fork: https://github.com/tiged/tiged Private repos and subfolders should work. Tiged is actively maintained and big projects like Nuxt (It's like React's Next but for Vue.js) have already migrated...
Hi @iHDeveloper Builds have to be done with Node 10+, but degit runs fine with Node 8. I don't see the benefit necessarily in making this project incompatible with older...
This issue has been fixed in community fork: https://github.com/tiged/tiged
@natemoo-re degit seems to not be updated anymore. Please checkout tiged which is a community driven fork (maintained by me), which has fixed this "bug" and numerous other issues with...
I think you might've found a bug. With this commit hash we are expecting version 2.2.2, but we get 2.8.4. ``` ➜ /tmp degit Rich-Harris/degit#79d492b7820fa57ba1b2fc2020e74e87bf43f3a2 degit-test --mode=git > cloned Rich-Harris/degit#79d492b7820fa57ba1b2fc2020e74e87bf43f3a2...
Hmmm... Could that be because it does git clone --depth 1?
Nevermind what I said in that previous comment. degit does not do depth 1 in _cloneWithGit method. Tiged does. I misremembered. I noticed that there is a really good pull...
@brunobely @visnaut This has now been fixed in the newest version of tiged. https://github.com/tiged/tiged That pull request did not work. So I had to do it myself. It was actually...
@jrop I have started a community driven fork https://github.com/tiged/tiged. I have merged your pull request there and several others. More info here: https://github.com/Rich-Harris/degit/issues/258
@ArtskydJ degit development appears to have been ceased for over a year now. However, this pull request and others have been merged into the community driven fork: https://github.com/tiged/tiged