# leaf-web-cli

> A simple CLI for creating your project

Latest version **1.0.0** (published 2019-04-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install leaf-web-cli
pnpm add leaf-web-cli
yarn add leaf-web-cli
bun add leaf-web-cli
```

Provides the commands `leaf`, `leaf-add`, `leaf-init`, `leaf-list`, `leaf-delete`.

## 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.0.0 |
| Published | 2019-04-28 |
| First published | 2019-04-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 16.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | mzb |
| Maintainers | maozebing |

## Links

- npm: https://www.npmjs.com/package/leaf-web-cli
- npm.io page: https://npm.io/package/leaf-web-cli

## Dependencies (5)

- [ora](https://npm.io/package/ora.md) ^3.2.0
- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [inquirer](https://npm.io/package/inquirer.md) ^6.2.2
- [commander](https://npm.io/package/commander.md) ^2.19.0
- [download-git-repo](https://npm.io/package/download-git-repo.md) ^1.1.0

## Recent versions

- 1.0.0 (latest) — 2019-04-28

## README

# leaf-cli
A simple CLI for creating your project.

# Installation
```
npm install leaf-web-cli -g
```

# Usage
Open your terminal and type `leaf` or `leaf -h` , you'll see the help infomation below:
```
  Usage: leaf <command>


  Commands:

    add       Add a new template
    delete    Delete a template
    list      List all the templates
    init      Generate a new project

  Options:

    -h, --help     output usage information
    -V, --version  output the version number
```

> Note that if you are using `MacOS`, `sudo` was required while using commands `add` and `delete`.

# License
MIT.

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