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 项目)
- Host: GitHub
- URL: https://github.com/czfadmin/create-spring-boot-cli
- Owner: czfadmin
- Created: 2022-11-10T06:37:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T15:18:36.000Z (over 3 years ago)
- Last Synced: 2025-02-12T13:07:43.996Z (over 1 year ago)
- Topics: cli, spring, springboot
- Language: JavaScript
- Homepage:
- Size: 3.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 项目
```
## 效果



## TODO
- 添加中文
- More