Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woai3c/tan-cli
tan-cli
https://github.com/woai3c/tan-cli
Last synced: 7 days ago
JSON representation
tan-cli
- Host: GitHub
- URL: https://github.com/woai3c/tan-cli
- Owner: woai3c
- License: mit
- Created: 2024-03-02T05:36:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T06:09:18.000Z (6 months ago)
- Last Synced: 2024-06-01T05:50:03.958Z (6 months ago)
- Language: JavaScript
- Size: 302 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```