Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/themusecatcher/amazing-cli

前端脚手架
https://github.com/themusecatcher/amazing-cli

Last synced: about 2 hours ago
JSON representation

前端脚手架

Awesome Lists containing this project

README

        

# Amazing Cli

## Global Install

```bash
pnpm i -g amazing-cli
# or
npm install -g amazing-cli
# or
yarn add amazing-cli -g
```

## Use

### Create project

```bash
amazing-cli create
```

### Delete specified directory

```bash
amazing-cli delete
```

### Pull the remote project into the current project branch

```bash
amazing-cli pull
```

## Use Npx

### Create Project

```bash
npx amazing-cli create
# or
npx amazing-cli create [-t|--template]
```

### Example

```bash
npx amazing-cli create vue-project -template template-project
```