PHPackages                             yellowcable/runner - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. yellowcable/runner

ActiveApplication

yellowcable/runner
==================

Bash script which can run contents of subfolders in numbered order.

1.0.3(2y ago)06.6k↓42.1%proprietaryShell

Since Aug 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/yellowcableRick/runner)[ Packagist](https://packagist.org/packages/yellowcable/runner)[ Docs](https://yellowcable.nl)[ RSS](/packages/yellowcable-runner/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Runner (runner.yc)
------------------

[](#runner-runneryc)

> Bash script which can run contents of subfolders in numbered order.

Goal of the project is to prevent long bash scripts.
----------------------------------------------------

[](#goal-of-the-project-is-to-prevent-long-bash-scripts)

- Just create a subfolder in the runner directory.
- Create either .sh or .php files with a numbered prefix in the name.
- Let the file return
    - 0 for a positive outcome
    - 1 for a warning outcome
    - 2 or greater for a failed outcome
- Any file that's necessary but should not be executed must not contain a number in prefix.

Common script parts (shared across all scripts)
-----------------------------------------------

[](#common-script-parts-shared-across-all-scripts)

- The \_prerequisites folder can be used to add additional script parts which should be run before any other foldered script.

Execution
---------

[](#execution)

To execute the directory filled with scripts, just run:

```
runner.yc [DIRNAME]

```

Additional parameters and flags are supported. For example:

```
runner.yc -d example // Will give a warning in the getopts check
runner.yc -1 example // Will give an error in the getopts check

```

Test
----

[](#test)

To run the test with the expected parameters for the example:

```
runner.yc -v example parameter1 "string param2"

```

Contribute
----------

[](#contribute)

Contributions are always welcome! Suggestions are only welcome in the form of code.

License
-------

[](#license)

[![CC0](https://camo.githubusercontent.com/dc5dafd103feb167be372f069c52972bd8cd86cf2fdfc28a1b8aa44e35463b27/68747470733a2f2f6c6963656e7365627574746f6e732e6e65742f702f7a65726f2f312e302f38387833312e706e67)](https://creativecommons.org/publicdomain/zero/1.0/)

To the extent possible under law, [Yellow Cable](http://yellowcable.nl) has waived all copyright and related or neighboring rights to this work.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~104 days

Total

3

Last Release

797d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e2a5d3ddd9743cdb3ab0b01b836870da00c3bcd35635522bc1f3105a87affda?d=identicon)[yellowcable](/maintainers/yellowcable)

---

Top Contributors

[![yellowcableRick](https://avatars.githubusercontent.com/u/131004396?v=4)](https://github.com/yellowcableRick "yellowcableRick (20 commits)")

### Embed Badge

![Health badge](/badges/yellowcable-runner/health.svg)

```
[![Health](https://phpackages.com/badges/yellowcable-runner/health.svg)](https://phpackages.com/packages/yellowcable-runner)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
