# @taluoo/node-clone-url

> clone url content to current dir

Latest version **1.1.1** (published 2018-05-09) · ISC license · 0 weekly downloads

## Install

```sh
npm install @taluoo/node-clone-url
pnpm add @taluoo/node-clone-url
yarn add @taluoo/node-clone-url
bun add @taluoo/node-clone-url
```

Provides the command `clone`.

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2018-05-09 |
| First published | 2018-04-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 6.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | taluoo |
| Maintainers | taluoo |

## Links

- npm: https://www.npmjs.com/package/@taluoo/node-clone-url
- Repository: https://github.com/taluoo/node-clone-url
- Homepage: https://github.com/taluoo/node-clone-url#readme
- Issues: https://github.com/taluoo/node-clone-url/issues
- npm.io page: https://npm.io/package/@taluoo/node-clone-url

## Dependencies (5)

- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1
- [@taluoo/md5](https://npm.io/package/@taluoo/md5.md) ^1.0.1
- [@taluoo/tmpfile](https://npm.io/package/@taluoo/tmpfile.md) ^1.0.1
- [@taluoo/download](https://npm.io/package/@taluoo/download.md) ^1.0.3
- [@taluoo/node-line-reader](https://npm.io/package/@taluoo/node-line-reader.md) ^1.1.1

## Recent versions

- 1.1.1 (latest) — 2018-05-09
- 1.1.0 — 2018-04-29
- 1.0.0 — 2018-04-29

## README

Clone url content to some dir

## THIS PROJECT IS 【INACTIVE】
This project is not maintained anymore. Please use alternative.

## Install

```
npm install @taluoo/node-clone-url --save
```

## Usage

```
const {clone} = require('@taluoo/node-clone-url');

async function test() {
    let filePath = await clone('https://www.baidu.com/'); // clone(url) return a Promise, which will resolve a file path
    console.log(filePath);
}

test();
```

## TODO

---
_Source: https://npm.io/package/@taluoo/node-clone-url · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
