keboola/slicer

Settle provides a function to wait for something to happen.

2.1.0 2024-05-21 09:31 UTC

This package is auto-updated.

Last update: 2024-11-21 13:39:06 UTC


README

Library which installs the Slicer tool from https://github.com/keboola/processor-split-table/releases/.

Usage

Add Keboola\\Slicer\\Slicer::installSlicer command to composer.json, e.g.:

    "pre-autoload-dump": [
      "Aws\\Script\\Composer\\Composer::removeUnusedServices",
      "Keboola\\Slicer\\Slicer::installSlicer"
    ]

Then run composer install keboola/slicer. This will download the slicer tool to bin/slicer.

License

MIT licensed, see LICENSE file.