Download the PHP package helsingborg-stad/builder without Composer
On this page you can find all versions of the php package helsingborg-stad/builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download helsingborg-stad/builder
More information about helsingborg-stad/builder
Files in helsingborg-stad/builder
Package builder
Short Description Executes build commands and cleanup files
License MIT
Informations about the package builder
Builder
Composer builder plugin
Report Bug
·
Request Feature
Summary
This composer plugin will check for build and cleanup configuration on composer packages that is being installed from the same composer.json file. The intended usage for this is in build pipeline and local development environment.
Requirements
Install
Build command
I any composer package that need to be built the below should be in composer.json file like this.
Cleanup
Any files that should be cleaned up after build in required packages should be in the composer.json file like this.
Pipeline commands example
When running build for production the enable cleanup config should be enabled before install.
This should BE USED WITH CAUTION as it will delete files from your system and the setting should not be commited but added during build in a pipeline.
This will be added in the composer.json
Run tests
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License.
Acknowledgements
All versions of builder with dependencies
composer-plugin-api Version ^2.3