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

https://github.com/czfadmin/create-spring-boot-cli

Create a Spring boot project using the CLI(使用CLI创建Spring boot 项目)
https://github.com/czfadmin/create-spring-boot-cli

cli spring springboot

Last synced: 2 months ago
JSON representation

Create a Spring boot project using the CLI(使用CLI创建Spring boot 项目)

Awesome Lists containing this project

README

          

使用CLI创建Spring boot 项目

## install

```bash
# pnpm
pnpm add create-spring-boot-cli --global
# npm
npm install create-spring-boot-cli --global
# yarn
yarn add --global create-spring-boot-cli
```

## 使用

```bash
csbc
```
## 命令
```
Usage: create-spring-boot-cli [options] [command]

Options:
-v, --version 版本信息
-h, --help display help for command

Commands:
template [options]
cache [options]
mirror [options]
create 创建Spring boot 项目
```

## 效果
![picture 5](./images/760bd794a6d361d82a086079b494736af354ea8aee11610dc9e0653793e7c2a9.png)
![picture 6](./images/e2921a10199f28b8ccac58411d32b3d0b14b15a4106b4a2de58866fa3ccda546.png)
![picture 7](./images/db101c49334bdecf2adc88b58dea896bd63ea54c75a453acb5196567c422df5d.png)

## TODO
- 添加中文
- More