Rich-Harris / degit

Straightforward project scaffolding
MIT License
6.95k stars 243 forks source link

Project abandoned? Checkout community driven fork! #258

Open nake89 opened 3 years ago

nake89 commented 3 years ago

Found at: https://github.com/tiged/tiged

Why fork?

What has been fixed?

It might be time to move on.

If you want to use the fork. Simply run:

npm uninstall -g degit
npm install -g tiged

Then you can just use it like you used to. degit username/repo my-app. You don't need to write tiged (it doesn't even work with that name).

I will be going through existing pull requests here and merging them and updating the progress here. I am also interested in moving from Travis CI to Github Actions. The Travis CI here doesn't seem to work. And from what I gather Travis CI is so slow nowadays (after it was bought by a venture capitalist). I have moved my own projects over to Github Actions and I am so much happier (works way faster).

I am looking for people to help maintain this repository with me. Any help is welcome. When or if Rich Harris becomes active again on this repository, I am willing to give him control of tiged repository or merge tiged to this.

BTW I love Svelte! If you haven't checked it out. It is Rich Harris' other famous project.