elijahcruz/ecb
Composer 安装命令:
composer create-project elijahcruz/ecb
包简介
Deploy your project on your server with a single command
README 文档
README
ECB
ECB is is a deploy script runner, made for you.
Requirements
- php 8.0+
- composer
Installation
Installing is just a simple global require.
composer global require elijahcruz/ecb
Usage
First you need to create a deploy script.
You can use ecb.json or ecb.init as your deploy script, you can create this using the following command:
ecb init
or for JSON:
```
ecb init --json
```
You can also Change the type and name of the project if it's different from the default:
```
ecb init --type=laravel --name=MyAwesomeProject
```
Then you can add your commands to the ecb file. Once you have all the steps you need, just run it:
ecb run
And that's it!
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-04