IEEE-VIT / templa-rs

One-Stop Solution for all boilerplate needs!
MIT License
28 stars 22 forks source link

Preview of the Repository #5

Closed mintbomb27 closed 2 years ago

mintbomb27 commented 2 years ago

The preview of the repository can be shown while the user browses through the available templates on another block aside the search results.

The available files and folders in the repository shown as a tree would suffice.

You can either scrape the repository or recursively clone the repositories. Any better method is welcome!

kugiyasan commented 2 years ago

Can I take this issue?

I played around a bit and I'll try to scrape the github page, since it seems like it takes roughly the same time as a shallow clone.

$ time git clone --quiet https://github.com/h5bp/html5-boilerplate
real    0m7.366s
user    0m0.917s
sys 0m0.448s
$ time curl -sL https://github.com/h5bp/html5-boilerplate -o a.html
real    0m0.698s
user    0m0.029s
sys 0m0.017s
$ time git clone --quiet --depth 1 https://github.com/h5bp/html5-boilerplate
real    0m0.562s
user    0m0.030s
sys 0m0.020s
mintbomb27 commented 2 years ago

Closed by #42