carmelosantana/release-bento
最新稳定版本:v0.1.1
Composer 安装命令:
composer require carmelosantana/release-bento
包简介
A simple package builder.
README 文档
README
A simple package builder.
Features
- Quickly build a
.ziparchive of your package. - Customize folder structure.
Installation
1. Install the package
Install as a developer dependency:
composer require --dev carmelosantana/release-bento
2. Add the script
Add the repository to your composer.json file:
"scripts": { "bento": [ "CarmeloSantana\\ReleaseBento\\Package::build" ] }
Usage
Navigate to the root of your package and run the following command:
composer bento
Prompts will guide you through building your package. On completion an archive of your package can be found in the _builds directory.
📌 Note: Add _builds to .gitingore.
Funding
If you find Release Bento useful or use it in a commercial environment please consider donating today with one of the following options.
- Bitcoin
bc1qhxu9yf9g5jkazy6h4ux6c2apakfr90g2rkwu45 - Ethereum
0x9f5D6dd018758891668BF2AC547D38515140460f
License
The code is licensed MIT and the documentation is licensed CC BY-SA 4.0.
统计信息
- 总下载量: 53
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-25