Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polderknowledge/build-tools

A default set of common build tools that we use for our projects and libraries.
https://github.com/polderknowledge/build-tools

build-tools ci codestyle cs lint phpunit testing tests

Last synced: 24 days ago
JSON representation

A default set of common build tools that we use for our projects and libraries.

Awesome Lists containing this project

README

        

# build-tools

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]][link-license]
[![Build Status][ico-travis]][link-travis]
[![Total Downloads][ico-downloads]][link-downloads]

This package contains a default set of [Phing](https://www.phing.info/) targets
used by our php-projects. We are aiming to cover all tools required for php
builds. You can enable and disable targets by adding a build.properties file to
your project. But only do this if you have very good reasons! It is not
recommended to disable or override any of the targets!

## Install

Via Composer

``` bash
$ composer require polderknowledge/build-tools
```

## Usage

Execute `php vendor/bin/pk-init-build.php` in your projects root. This will create a default build.xml.

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Testing

There are no test scripts available.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

## Security

If you discover any security related issues, please report them via [HackerOne](https://hackerone.com/polderknowledge)
instead of using the issue tracker or e-mail.

## Community

We have an IRC channel where you can find us every now and then. We're on the Freenode network in the
channel #polderknowledge.

## Credits

- [Polder Knowledge][link-author]
- [All Contributors][link-contributors]

## License

Please see [LICENSE.md][link-license] for the license of this application.

[ico-version]: https://img.shields.io/packagist/v/polderknowledge/build-tools.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/polderknowledge/build-tools/master.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/polderknowledge/build-tools.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/polderknowledge/build-tools
[link-travis]: https://travis-ci.org/polderknowledge/build-tools
[link-downloads]: https://packagist.org/packages/polderknowledge/build-tools
[link-author]: https://polderknowledge.com
[link-contributors]: ../../contributors
[link-license]: LICENSE.md