# clone-app

> 一个根据git仓库项目模板初始化项目的脚手架

Latest version **1.1.3** (published 2019-07-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install clone-app
pnpm add clone-app
yarn add clone-app
bun add clone-app
```

Provides the command `clone-app`.

## 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.3 |
| Published | 2019-07-18 |
| First published | 2019-07-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 22.4 KB |
| Known vulnerabilities | 0 (+6 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Devan |
| Maintainers | dxh_hxd |
| Keywords | clone-app, clone-cli, clone-app-cli |

## Links

- npm: https://www.npmjs.com/package/clone-app
- Repository: https://github.com/dingxiaohuan/clone-app-cli
- Homepage: https://github.com/dingxiaohuan/clone-app-cli#readme
- Issues: https://github.com/dingxiaohuan/clone-app-cli/issues
- npm.io page: https://npm.io/package/clone-app

## Dependencies (9)

- [cd](https://npm.io/package/cd.md) ^0.3.3
- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [table](https://npm.io/package/table.md) ^5.4.4
- [fs-extra](https://npm.io/package/fs-extra.md) ^8.1.0
- [inquirer](https://npm.io/package/inquirer.md) ^6.5.0
- [commander](https://npm.io/package/commander.md) ^2.20.0
- [read-yaml](https://npm.io/package/read-yaml.md) ^1.1.0
- [simple-git](https://npm.io/package/simple-git.md) ^1.121.0
- [write-yaml](https://npm.io/package/write-yaml.md) ^1.0.0

## Recent versions

- 1.1.3 (latest) — 2019-07-18
- 1.1.2 — 2019-07-18
- 1.1.1 — 2019-07-18
- 1.0.0 — 2019-07-15

## README

# clone-app

Clone a git repositort via shell command.

## Installation

```sh
$ yarn global add clone-app
```
 or
```sh
$ npm install -g clone-app
```

## Commands
```sh
#help
$ clone-app -h

# add a new template
$ clone-app add

# initial project from template
$ clone-app init

# view template name list
$ clone-app list

# remove template
$ clone-app remove
```

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