clone a github repo folder but change it to svn .
$ npm install -g c-clone
[Info]
c: clone a github repo folder
version: 1.0.0
[Usage]
c install [github_folder_url]
c install [github_folder_url] [rename]
for example: if you want to get flask examples, but don't like clone the whole flask repo,
you can run:
c install https://github.com/pallets/flask/tree/master/examples
or clearer
c install https://github.com/pallets/flask/tree/master/examples flask_examples
if you first use c install, you may meet this:
R)eject, accept (t)emporarily or accept (p)ermanently?
just type P :)
MIT@neo1218
check LICENSE for more detail