A simple package builder.
- Quickly build a
.zip
archive of your package. - Customize folder structure.
Install as a developer dependency:
composer require --dev carmelosantana/release-bento
Add the repository to your composer.json
file:
"scripts": {
"bento": [
"CarmeloSantana\\ReleaseBento\\Package::build"
]
}
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
.
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
The code is licensed MIT and the documentation is licensed CC BY-SA 4.0.