npm.io
1.5.6 • Published 4 years ago

load-git

Licence
MIT
Version
1.5.6
Deps
8
Size
12 kB
Vulns
2
Weekly
0

load-git

Load git repository's file to local.

Example

import { load } from 'load-git';

load({ url: '', accessToken:'', branch:'master' })
  .then((res)=>{
    console.info(res);
  });