How to download a folder from github?
You can download a file/folder from github Simply use: svn export <repo>/trunk/<folder> Ex: svn export https://github.com/lodash/lodash/trunk/docs Note: You may first list the contents of the folder in terminal using svn ls <repo>/trunk/folder (yes, that’s svn here. apparently in 2016 you still need svn to simply download some github files)