Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/woai3c/tan-cli

tan-cli
https://github.com/woai3c/tan-cli

Last synced: 7 days ago
JSON representation

tan-cli

Awesome Lists containing this project

README

        

# tan-cli

## 安装

```
npm install -g @tancli/cli
```

## 使用

查看版本

```
tan -v
```

### create 命令

创建项目 `tan create `

```sh
# 创建一个名为 tan-project 的项目
tan create tan-project
```

#### 已有模板

* Vue3 基础项目(只包含了必要的 eslint、husky 配置)
* Vue3 组件
* TypeScript 组件
* PNPM Monorepo 多包项目

### clear-branch 命令

用于清除当前仓库所有的本地分支,不会影响远程分支。

```sh
tan clear-branch
```