keboola/slicer

Settle provides a function to wait for something to happen.

Installs: 12 088

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 12

Forks: 0

Open Issues: 0

pkg:composer/keboola/slicer

2.1.1 2025-04-24 16:01 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.