Skip to content

yunkeCN/load-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
  });

About

Load git repository's files to local.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •