load-git
TypeScript icon, indicating that this package has built-in type declarations

1.5.6 • Public • Published

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

/load-git/

    Package Sidebar

    Install

    npm i load-git

    Weekly Downloads

    1

    Version

    1.5.6

    License

    MIT

    Unpacked Size

    12.8 kB

    Total Files

    10

    Last publish

    Collaborators

    • jinkerjiang