An open API service indexing awesome lists of open source software.

https://github.com/leedomjs/leedom-cli

🛠️「Leedom的命令行界面」Leedom CLI
https://github.com/leedomjs/leedom-cli

cli leedomjs vue

Last synced: 9 months ago
JSON representation

🛠️「Leedom的命令行界面」Leedom CLI

Awesome Lists containing this project

README

          

# Leedom CLI

[![npm](https://img.shields.io/npm/v/@leedomjs/cli?color=333&label=)](https://www.npmjs.com/package/@leedomjs/cli)

leedom-cli

## Usage

### Install

```bash
pnpm install -g @leedomjs/cli
```

### Create a project

```bash
# It will give you a default project name (my-project)
# You can input and rename it
leedom create

# or you can input your project name directly
leedom create my-project
```

# Action



## License

[MIT](https://github.com/leedomjs/leedom-cli/blob/main/LICENSE)