carmelosantana/release-bento

A simple package builder.

v0.1.1 2024-02-07 21:33 UTC

This package is auto-updated.

Last update: 2024-04-05 19:17:41 UTC


README

A simple package builder.

Features

  • Quickly build a .zip archive 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.