# load-git

> Load git repository's file to local.

Latest version **1.5.6** (published 2022-08-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install load-git
pnpm add load-git
yarn add load-git
bun add load-git
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.5.6 |
| Published | 2022-08-29 |
| First published | 2018-11-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 12.5 KB |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | jinkerjiang |

## Links

- npm: https://www.npmjs.com/package/load-git
- Repository: https://github.com/yunkeCN/load-git
- Homepage: https://github.com/yunkeCN/load-git#readme
- Issues: https://github.com/yunkeCN/load-git/issues
- npm.io page: https://npm.io/package/load-git

## Dependencies (8)

- [url](https://npm.io/package/url.md) ^0.11.0
- [rmrf](https://npm.io/package/rmrf.md) ^2.0.0
- [uuid](https://npm.io/package/uuid.md) ^3.3.2
- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1
- [request](https://npm.io/package/request.md) ^2.88.0
- [fs-extra](https://npm.io/package/fs-extra.md) ^8.1.0
- [download-git-repo](https://npm.io/package/download-git-repo.md) ^3.0.2
- [request-promise-native](https://npm.io/package/request-promise-native.md) ^1.0.9

## Recent versions

- 1.5.6 (latest) — 2022-08-29
- 1.5.5 — 2022-08-29
- 1.5.4 — 2022-08-29
- 1.5.3 — 2020-10-23
- 1.5.2 — 2019-08-08
- 1.5.1 — 2019-08-07
- 1.5.0 — 2019-08-06
- 1.4.0 — 2019-07-30
- 1.3.1 — 2018-11-02
- 1.3.0 — 2018-11-02

## README

# load-git

Load git repository's file to local.

## Example

```typescript
import { load } from 'load-git';

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

---
_Source: https://npm.io/package/load-git · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
