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

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

🛠️ 自动化创建模板项目的脚手架工具
https://github.com/themusecatcher/amazing-cli

Last synced: 3 months ago
JSON representation

🛠️ 自动化创建模板项目的脚手架工具

Awesome Lists containing this project

README

        

# Amazing Cli

## Install

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

## Usage

### Create a new Template project

```sh
amazing-cli create
# or
amazing-cli create
# or
amazing-cli create -t
```

### Pull and merge remote template project into the current project branch

```sh
amazing-cli pull
# or
amazing-cli pull -c -t
```

## Use Npx

### Create a new Template project

```sh
npx amazing-cli create
# or
npx amazing-cli create
# or
npx amazing-cli create -t
```

### Example

```sh
npx amazing-cli create vue-project -template web-vue
```